Skip to content

chore(deps): update plugin com.palantir.git-version to v3 #15

chore(deps): update plugin com.palantir.git-version to v3

chore(deps): update plugin com.palantir.git-version to v3 #15

GitHub Actions / JUnit Tests succeeded Nov 30, 2024 in 1s

78 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
build/test-results/test/TEST-io.github.ludorival.kotlintdd.aaa.AssumeActAssertTest.xml 9✅ 198ms
build/test-results/test/TEST-io.github.ludorival.kotlintdd.coroutine.aaa.CoAssumeActAssertTest.xml 9✅ 296ms
build/test-results/test/TEST-io.github.ludorival.kotlintdd.coroutine.gwt.CoGivenWhenThenTest.xml 28✅ 303ms
build/test-results/test/TEST-io.github.ludorival.kotlintdd.coroutine.gwt.CoGivenWhenThenWithDSLTest.xml 2✅ 8ms
build/test-results/test/TEST-io.github.ludorival.kotlintdd.gwt.GivenWhenThenTest.xml 28✅ 80ms
build/test-results/test/TEST-io.github.ludorival.kotlintdd.gwt.GivenWhenThenWithDSLTest.xml 2✅ 4ms

✅ build/test-results/test/TEST-io.github.ludorival.kotlintdd.aaa.AssumeActAssertTest.xml

9 tests were completed in 198ms with 9 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
io.github.ludorival.kotlintdd.aaa.AssumeActAssertTest 9✅ 198ms

✅ io.github.ludorival.kotlintdd.aaa.AssumeActAssertTest

✅ I can support nested steps after the ASSUME()
✅ I can support nested steps from the ASSUME()
✅ I can support multiple nested steps by using extension()
✅ I can use directly the act instead of the assume()
✅ I can use simple assume act assert pattern()
✅ I can use assume act assert pattern with and()
✅ I can support nested steps by using extension after the ASSUME()
✅ I can use a pattern without defining an action()
✅ I can support multiple nested steps()

✅ build/test-results/test/TEST-io.github.ludorival.kotlintdd.coroutine.aaa.CoAssumeActAssertTest.xml

9 tests were completed in 296ms with 9 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
io.github.ludorival.kotlintdd.coroutine.aaa.CoAssumeActAssertTest 9✅ 296ms

✅ io.github.ludorival.kotlintdd.coroutine.aaa.CoAssumeActAssertTest

✅ I can support nested steps after the ASSUME()
✅ I can support nested steps from the ASSUME()
✅ I can support multiple nested steps by using extension()
✅ I can use directly the act instead of the assume()
✅ I can use simple assume act assert pattern()
✅ I can use assume act assert pattern with and()
✅ I can support nested steps by using extension after the ASSUME()
✅ I can use a pattern without defining an action()
✅ I can support multiple nested steps()

✅ build/test-results/test/TEST-io.github.ludorival.kotlintdd.coroutine.gwt.CoGivenWhenThenTest.xml

28 tests were completed in 303ms with 28 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
io.github.ludorival.kotlintdd.coroutine.gwt.CoGivenWhenThenTest 28✅ 303ms

✅ io.github.ludorival.kotlintdd.coroutine.gwt.CoGivenWhenThenTest

✅ I can use when + and + then()
✅ I cannot find result matching a predicate from the first()
✅ I should use the reverse order when I use reverseResults()
✅ I should get the last result with a predicate()
✅ I cannot find none Type result matching a predicate when I use lastOrNull()
✅ I can support multiple nested by using extension steps()
✅ I cannot find none result matching a predicate when I use lastOrNull()
✅ I should get all any results from the latest chained state()
✅ Unit result should be ignored from the results()
✅ I should use the right order when I use results()
✅ I should get the first and the last value in the chained state()
✅ I can support nested steps by using extension after the given()
✅ A step can return a null value()
✅ I should expect an exception when get the last result whereas it has not been found()
✅ I can find a result matching a predicate when I use lastOrNull()
✅ Nested context are not considered as supported()
✅ I should get all any reversed results from the latest chained state()
✅ I can loop on each state()
✅ I should not expect to return the nested context when I use lastOrNull()
✅ I can use a pattern without defining an action()
✅ I can support multiple nested steps()
✅ I can use directly the when instead of the given()
✅ I should get all results from the latest chained state()
✅ I cannot find none result matching a predicate from the first()
✅ I can access to the previous results inside a nested step using extension function()
✅ I can support nested steps after the given()
✅ I should have access to result by their index()
✅ I can support nested steps from the given()

✅ build/test-results/test/TEST-io.github.ludorival.kotlintdd.coroutine.gwt.CoGivenWhenThenWithDSLTest.xml

2 tests were completed in 8ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
io.github.ludorival.kotlintdd.coroutine.gwt.CoGivenWhenThenWithDSLTest 2✅ 8ms

✅ io.github.ludorival.kotlintdd.coroutine.gwt.CoGivenWhenThenWithDSLTest

✅ I can write my test with my custom DSL()
✅ I should be able to insert a new item in my todo list()

✅ build/test-results/test/TEST-io.github.ludorival.kotlintdd.gwt.GivenWhenThenTest.xml

28 tests were completed in 80ms with 28 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
io.github.ludorival.kotlintdd.gwt.GivenWhenThenTest 28✅ 80ms

✅ io.github.ludorival.kotlintdd.gwt.GivenWhenThenTest

✅ I can use when + and + then()
✅ I cannot find result matching a predicate from the first()
✅ I should use the reverse order when I use reverseResults()
✅ I should get the last result with a predicate()
✅ I cannot find none Type result matching a predicate when I use lastOrNull()
✅ I can support multiple nested by using extension steps()
✅ I cannot find none result matching a predicate when I use lastOrNull()
✅ I should get all any results from the latest chained state()
✅ Unit result should be ignored from the results()
✅ I should use the right order when I use results()
✅ I should get the first and the last value in the chained state()
✅ I can support nested steps by using extension after the given()
✅ A step can return a null value()
✅ I should expect an exception when get the last result whereas it has not been found()
✅ I can find a result matching a predicate when I use lastOrNull()
✅ Nested context are not considered as supported()
✅ I should get all any reversed results from the latest chained state()
✅ I can loop on each state()
✅ I should not expect to return the nested context when I use lastOrNull()
✅ I can use a pattern without defining an action()
✅ I can support multiple nested steps()
✅ I can use directly the when instead of the given()
✅ I should get all results from the latest chained state()
✅ I cannot find none result matching a predicate from the first()
✅ I can access to the previous results inside a nested step using extension function()
✅ I can support nested steps after the given()
✅ I should have access to result by their index()
✅ I can support nested steps from the given()

✅ build/test-results/test/TEST-io.github.ludorival.kotlintdd.gwt.GivenWhenThenWithDSLTest.xml

2 tests were completed in 4ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
io.github.ludorival.kotlintdd.gwt.GivenWhenThenWithDSLTest 2✅ 4ms

✅ io.github.ludorival.kotlintdd.gwt.GivenWhenThenWithDSLTest

✅ I can write my test with my custom DSL()
✅ I should be able to insert a new item in my todo list()