Merge remote-tracking branch 'origin/BAEL-4300' into BAEL-4300
This commit is contained in:
commit
3d2f49d5d1
|
@ -1,25 +0,0 @@
|
||||||
*.class
|
|
||||||
|
|
||||||
0.*
|
|
||||||
|
|
||||||
#folders#
|
|
||||||
/target
|
|
||||||
/neoDb*
|
|
||||||
/data
|
|
||||||
/src/main/webapp/WEB-INF/classes
|
|
||||||
*/META-INF/*
|
|
||||||
.resourceCache
|
|
||||||
|
|
||||||
# Packaged files #
|
|
||||||
*.jar
|
|
||||||
*.war
|
|
||||||
*.ear
|
|
||||||
|
|
||||||
# Files generated by integration tests
|
|
||||||
backup-pom.xml
|
|
||||||
/bin/
|
|
||||||
/temp
|
|
||||||
|
|
||||||
#IntelliJ specific
|
|
||||||
.idea/
|
|
||||||
*.iml
|
|
|
@ -4,8 +4,8 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||||
|
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
public class StringToBooleanUnitTest
|
public class StringToBooleanUnitTest {
|
||||||
{
|
|
||||||
@Test
|
@Test
|
||||||
public void givenStringTrue_whenUsingParseBoolean_thenTrue() {
|
public void givenStringTrue_whenUsingParseBoolean_thenTrue() {
|
||||||
assertThat(Boolean.parseBoolean("true")).isTrue();
|
assertThat(Boolean.parseBoolean("true")).isTrue();
|
||||||
|
|
Loading…
Reference in New Issue