Skip to content

Merge pull request #10 from OliverAbdulrahim/feature/webhooks #42

Merge pull request #10 from OliverAbdulrahim/feature/webhooks

Merge pull request #10 from OliverAbdulrahim/feature/webhooks #42

GitHub Actions / kotlin-asana test report succeeded Jun 6, 2023 in 1s

kotlin-asana test report βœ…

Tests passed successfully

Report Passed Failed Skipped Time
target/surefire-reports/TEST-org.conservationco.asana.serialization.customfield.CustomFieldTransferStrategyTest.xml 5βœ… 401ms
target/surefire-reports/TEST-org.conservationco.asana.serialization.GeneralAsanaTaskSerializationTest.xml 8βœ… 62ms
target/surefire-reports/TEST-org.conservationco.asana.serialization.OptionalAsanaTaskSerializerTest.xml 3βœ… 50ms

βœ…Β target/surefire-reports/TEST-org.conservationco.asana.serialization.customfield.CustomFieldTransferStrategyTest.xml

5 tests were completed in 401ms with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.conservationco.asana.serialization.customfield.CustomFieldTransferStrategyTest 5βœ… 401ms

βœ…Β org.conservationco.asana.serialization.customfield.CustomFieldTransferStrategyTest

βœ… create transfer strategy for a class with both serializable and non-serializable properties
βœ… create transfer strategy for a class without properties
βœ… create transfer strategy for a class with serializable properties
βœ… create transfer strategy for a class with inherited serializable properties
βœ… create transfer strategy for a class with no serializable properties

βœ…Β target/surefire-reports/TEST-org.conservationco.asana.serialization.GeneralAsanaTaskSerializationTest.xml

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

Test suite Passed Failed Skipped Time
org.conservationco.asana.serialization.GeneralAsanaTaskSerializationTest 8βœ… 62ms

βœ…Β org.conservationco.asana.serialization.GeneralAsanaTaskSerializationTest

βœ… serialization of multi_enum CustomField
βœ… serialization of enum CustomField
βœ… deserialization of Task with custom logic running after
βœ… deserialization of multi_enum CustomField
βœ… serialization of text CustomField
βœ… deserialization of enum CustomField
βœ… deserialization of text CustomField
βœ… serialization of Task with custom logic running after

βœ…Β target/surefire-reports/TEST-org.conservationco.asana.serialization.OptionalAsanaTaskSerializerTest.xml

3 tests were completed in 50ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.conservationco.asana.serialization.OptionalAsanaTaskSerializerTest 3βœ… 50ms

βœ…Β org.conservationco.asana.serialization.OptionalAsanaTaskSerializerTest

βœ… serialize when required fields are absent in context
βœ… serialize and deserialize when all required fields are present in context
βœ… serialize and deserialize when required and optional fields are present in context