Skip to content

ci: debug exec file content upload artifacts #74

ci: debug exec file content upload artifacts

ci: debug exec file content upload artifacts #74

GitHub Actions / Test Results (LATEST-EAP-SNAPSHOT,false) succeeded Mar 9, 2024 in 0s

96 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
build/test-results/integrationTest/TEST-com.weirddev.testme.intellij.utils.TestSubjectResolverUtilsTest.xml 1✅ 58s
build/test-results/test/TEST-com.weirddev.testme.intellij.generator.MockBuilderFactoryTest.xml 4✅ 986ms
build/test-results/test/TEST-com.weirddev.testme.intellij.generator.TestTemplateContextBuilderTest.xml 2✅ 67ms
build/test-results/test/TEST-com.weirddev.testme.intellij.icon.TemplateNameFormatterTest.xml 3✅ 9ms
build/test-results/test/TEST-com.weirddev.testme.intellij.IconTokensReplacerTest.xml 5✅ 574ms
build/test-results/test/TEST-com.weirddev.testme.intellij.template.context.GroovyTestBuilderImplTest.xml 2✅ 38ms
build/test-results/test/TEST-com.weirddev.testme.intellij.template.context.JavaTestBuilderImplTest.xml 21✅ 68ms
build/test-results/test/TEST-com.weirddev.testme.intellij.template.context.LanguageTest.xml 3✅ 8ms
build/test-results/test/TEST-com.weirddev.testme.intellij.template.context.MockitoMockBuilderTest.xml 13✅ 71ms
build/test-results/test/TEST-com.weirddev.testme.intellij.template.context.StringUtilsTest.xml 5✅ 22ms
build/test-results/test/TEST-com.weirddev.testme.intellij.template.context.TypeTest.xml 2✅ 8ms
build/test-results/test/TEST-com.weirddev.testme.intellij.template.TemplateRegistryTest.xml 1✅ 35ms
build/test-results/test/TEST-com.weirddev.testme.intellij.utils.ClassNameUtilsSpec.xml 6✅ 7ms
build/test-results/test/TEST-com.weirddev.testme.intellij.utils.ClassNameUtilsTest.xml 15✅ 11ms
build/test-results/test/TEST-com.weirddev.testme.intellij.utils.TemplateFileNameFormatterTest.xml 2✅ 4ms
build/test-results/test/TEST-com.weirddev.testme.intellij.utils.TypeUtilsTest.xml 11✅ 19ms

✅ build/test-results/integrationTest/TEST-com.weirddev.testme.intellij.utils.TestSubjectResolverUtilsTest.xml

1 tests were completed in 58s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.weirddev.testme.intellij.utils.TestSubjectResolverUtilsTest 1✅ 58s

✅ com.weirddev.testme.intellij.utils.TestSubjectResolverUtilsTest

✅ testIsValidForTesting

✅ build/test-results/test/TEST-com.weirddev.testme.intellij.generator.MockBuilderFactoryTest.xml

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

Test suite Passed Failed Skipped Time
com.weirddev.testme.intellij.generator.MockBuilderFactoryTest 4✅ 986ms

✅ com.weirddev.testme.intellij.generator.MockBuilderFactoryTest

✅ resolve Mockito Version where classpathJars=null then expect: null
✅ resolve Mockito Version where classpathJars=[] then expect: null
✅ resolve Mockito Version where classpathJars=[c:/path/to/mockito-all-4.3.1.jar, c:/path/to/another-2.1.2.jar] then expect: null
✅ resolve Mockito Version where classpathJars=[c:/path/to/mockito-core-4.3.1.jar, c:/path/to/another-2.1.2.jar] then expect: 4.3.1

✅ build/test-results/test/TEST-com.weirddev.testme.intellij.generator.TestTemplateContextBuilderTest.xml

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

Test suite Passed Failed Skipped Time
com.weirddev.testme.intellij.generator.TestTemplateContextBuilderTest 2✅ 67ms

✅ com.weirddev.testme.intellij.generator.TestTemplateContextBuilderTest

✅ testPopulateDateFieldsDoubleDigits
✅ testPopulateDateFieldsSingleDigits

✅ build/test-results/test/TEST-com.weirddev.testme.intellij.icon.TemplateNameFormatterTest.xml

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

Test suite Passed Failed Skipped Time
com.weirddev.testme.intellij.icon.TemplateNameFormatterTest 3✅ 9ms

✅ com.weirddev.testme.intellij.icon.TemplateNameFormatterTest

✅ replace Html where html=<html><i>JUnit4</i><img src='/icons/junit.png'>& <i>Mockito</i><img src='/icons/mockito.png'></html> then expect: <html><i>JUnit4</i><img src='file:/home/runner/work/testme-idea/testme-idea/build/resources/main/icons/junit.png'>& <i>Mockito</i><img src='file:/home/runner/work/testme-idea/testme-idea/build/resources/main/icons/mockito.png'></html>
✅ add prefix to html content where html=<html><i>JUnit4</i><img src='/icons/junit.png'>& <i>Mockito</i><img src='/icons/mockito.png'></html> then expect: <html>Copy of <i>JUnit4</i><img src='/icons/junit.png'>& <i>Mockito</i><img src='/icons/mockito.png'></html>
✅ add prefix to html content where html=JUnit4 & Mockito then expect: Copy of JUnit4 & Mockito

✅ build/test-results/test/TEST-com.weirddev.testme.intellij.IconTokensReplacerTest.xml

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

Test suite Passed Failed Skipped Time
com.weirddev.testme.intellij.IconTokensReplacerTest 5✅ 574ms

✅ com.weirddev.testme.intellij.IconTokensReplacerTest

✅ testStripLastToken
✅ testStripTokens
✅ testTokenize
✅ testMultipleTokens
✅ testTokenizeLast

✅ build/test-results/test/TEST-com.weirddev.testme.intellij.template.context.GroovyTestBuilderImplTest.xml

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

Test suite Passed Failed Skipped Time
com.weirddev.testme.intellij.template.context.GroovyTestBuilderImplTest 2✅ 38ms

✅ com.weirddev.testme.intellij.template.context.GroovyTestBuilderImplTest

✅ test should Prefer Setters Over Ctor
✅ test should Optimize Constructor Optimization

✅ build/test-results/test/TEST-com.weirddev.testme.intellij.template.context.JavaTestBuilderImplTest.xml

21 tests were completed in 68ms with 21 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.weirddev.testme.intellij.template.context.JavaTestBuilderImplTest 21✅ 68ms

✅ com.weirddev.testme.intellij.template.context.JavaTestBuilderImplTest

✅ resolveType Output type where canonicalName=java.util.Set<Fire> and replacementMap=[java.util.Set:java.util.HashSet<TYPES>] then expect: java.util.HashSet<Fire>
✅ resolveType Output type where canonicalName=java.util.Set<List<Fire>> and replacementMap=[java.util.Set:java.util.HashSet<TYPES>] then expect: java.util.HashSet<List<Fire>>
✅ resolveType Output type where canonicalName=java.util.Set<List<Fire>> and replacementMap=[java.util.SetZ:java.util.HashSet<TYPES>] then expect: new java.util.HashSet<List<Fire>>(java.util.Arrays.asList(<VAL>))
✅ resolveType Output type where canonicalName=java.util.Set<List<Fire>> and replacementMap=[:] then expect: new java.util.HashSet<List<Fire>>(java.util.Arrays.asList(<VAL>))
✅ resolveType Output type where canonicalName=java.util.Set<List<Fire>> and replacementMap=[java.util.Set:java.util.HashSet] then expect: java.util.HashSet
✅ resolveType Output type where canonicalName=java.util.Set<Fire> and replacementMap=[java.util.Set:java.util.Arrays.asList] then expect: java.util.Arrays.asList
✅ resolveType Output type where canonicalName=Set<Fire> and replacementMap=[Set:HashSet<TYPES>] then expect: HashSet<Fire>
✅ resolveType Output type where canonicalName=java.util.concurrent.Future and replacementMap=[:] then expect: <VAL>
✅ resolveType JAVA 9 Output type where canonicalName=java.util.Set<Fire> and replacementMap=[java.util.Set:java.util.HashSet<TYPES>] then expect: java.util.HashSet<Fire>
✅ resolveType JAVA 9 Output type where canonicalName=java.util.Set<List<Fire>> and replacementMap=[java.util.Set:java.util.HashSet<TYPES>] then expect: java.util.HashSet<List<Fire>>
✅ resolveType JAVA 9 Output type where canonicalName=java.util.Set.of(<VAL>) and replacementMap=[java.util.SetZ:java.util.HashSet<TYPES>] then expect: java.util.Set.of(<VAL>)
✅ resolveType JAVA 9 Output type where canonicalName=java.util.Set.of(<VAL>) and replacementMap=[:] then expect: java.util.Set.of(<VAL>)
✅ resolveType JAVA 9 Output type where canonicalName=java.util.Set<List<Fire>> and replacementMap=[java.util.Set:java.util.HashSet] then expect: java.util.HashSet
✅ resolveType JAVA 9 Output type where canonicalName=java.util.Set<Fire> and replacementMap=[java.util.Set:java.util.Arrays.asList] then expect: java.util.Arrays.asList
✅ resolveType JAVA 9 Output type where canonicalName=Set<Fire> and replacementMap=[Set:HashSet<TYPES>] then expect: HashSet<Fire>
✅ resolveType JAVA 9 Output type where canonicalName=java.util.concurrent.Future and replacementMap=[:] then expect: <VAL>
✅ resolveType Input type where canonicalName=java.util.Set<List<Fire>> and replacementMap=[java.util.Set:java.util.HashSet<TYPES>] then expect: java.util.HashSet<List<Fire>>
✅ resolveType Input type where canonicalName=java.util.Set<List<Fire>> and replacementMap=[java.util.SetZ:java.util.HashSet<TYPES>] then expect: new java.util.HashSet<List<Fire>>(java.util.Arrays.asList(<VAL>))
✅ resolveType Input type where canonicalName=java.util.concurrent.Future and replacementMap=[] then expect: java.util.concurrent.CompletableFuture.completedFuture(<VAL>)
✅ renderJavaCallParam - generic collection
✅ renderJavaCallParam - JAVA 9 generic collection

✅ build/test-results/test/TEST-com.weirddev.testme.intellij.template.context.LanguageTest.xml

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

Test suite Passed Failed Skipped Time
com.weirddev.testme.intellij.template.context.LanguageTest 3✅ 8ms

✅ com.weirddev.testme.intellij.template.context.LanguageTest

✅ safe Value Of where language=Scala then expect: Scala
✅ safe Value Of where language=scala then expect: Scala
✅ safe Value Of where language=unknown then expect: Java

✅ build/test-results/test/TEST-com.weirddev.testme.intellij.template.context.MockitoMockBuilderTest.xml

13 tests were completed in 71ms with 13 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.weirddev.testme.intellij.template.context.MockitoMockBuilderTest 13✅ 71ms

✅ com.weirddev.testme.intellij.template.context.MockitoMockBuilderTest

✅ get Init Mocks Method where mockitoCoreVersion=null
✅ get Init Mocks Method where mockitoCoreVersion=
✅ get Init Mocks Method where mockitoCoreVersion=1.3.ga
✅ get Init Mocks Method where mockitoCoreVersion=1.3.0
✅ get Init Mocks Method where mockitoCoreVersion=3.3.0
✅ get Init Mocks Method where mockitoCoreVersion=3.3cust.0
✅ get Init Mocks Method where mockitoCoreVersion=3.4.0
✅ get Init Mocks Method where mockitoCoreVersion=3.4misc.0
✅ get Init Mocks Method where mockitoCoreVersion=4.1.0
✅ get Init Mocks Method where mockitoCoreVersion=4.1.ga
✅ get Init Mocks Method where mockitoCoreVersion=4.6.0
✅ get Init Mocks Method where mockitoCoreVersion=4.12.0
✅ get Init Mocks Method where mockitoCoreVersion=11.1.0

✅ build/test-results/test/TEST-com.weirddev.testme.intellij.template.context.StringUtilsTest.xml

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

Test suite Passed Failed Skipped Time
com.weirddev.testme.intellij.template.context.StringUtilsTest 5✅ 22ms

✅ com.weirddev.testme.intellij.template.context.StringUtilsTest

✅ testCapitalizeFirstLetter
✅ testCamelCaseToWords
✅ testRemoveSuffix
✅ testHasLine
✅ testDeCapitalizeFirstLetter

✅ build/test-results/test/TEST-com.weirddev.testme.intellij.template.context.TypeTest.xml

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

Test suite Passed Failed Skipped Time
com.weirddev.testme.intellij.template.context.TypeTest 2✅ 8ms

✅ com.weirddev.testme.intellij.template.context.TypeTest

✅ testGenericTypeCreation
✅ testComplexGenericTypeCreation

✅ build/test-results/test/TEST-com.weirddev.testme.intellij.template.TemplateRegistryTest.xml

1 tests were completed in 35ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.weirddev.testme.intellij.template.TemplateRegistryTest 1✅ 35ms

✅ com.weirddev.testme.intellij.template.TemplateRegistryTest

✅ testTemplateRegistry

✅ build/test-results/test/TEST-com.weirddev.testme.intellij.utils.ClassNameUtilsSpec.xml

6 tests were completed in 7ms with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.weirddev.testme.intellij.utils.ClassNameUtilsSpec 6✅ 7ms

✅ com.weirddev.testme.intellij.utils.ClassNameUtilsSpec

✅ stripGenerics
✅ extractGenerics
✅ array Dimensions where canonicalName=canonicalName then expect: 0
✅ array Dimensions where canonicalName=java.lang.String[] then expect: 1
✅ array Dimensions where canonicalName=java.lang.String[][] then expect: 2
✅ array Dimensions where canonicalName=java.lang.String[][][] then expect: 3

✅ build/test-results/test/TEST-com.weirddev.testme.intellij.utils.ClassNameUtilsTest.xml

15 tests were completed in 11ms with 15 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.weirddev.testme.intellij.utils.ClassNameUtilsTest 15✅ 11ms

✅ com.weirddev.testme.intellij.utils.ClassNameUtilsTest

✅ testExtractTargetPropertyNameForGetter
✅ testRemoveFromCamelCaseName
✅ testExtractTargetPropertyNameForSetter
✅ testStripArrayVarargsDesignatorRemoveArray
✅ testExtractContainerType
✅ testRemoveFromCamelCaseNameReturnNullWhenInvalid
✅ testVarargsTrue
✅ testStripArrayVarargsDesignatorRemoveVarargs
✅ testExtractTargetPropertyNameForIsGetter
✅ testExtractClassName
✅ testStripArrayVarargsDesignator
✅ testExtractPackageName
✅ testExtractPackageNameWhenNull
✅ testIsArray
✅ testVarargsFalse

✅ build/test-results/test/TEST-com.weirddev.testme.intellij.utils.TemplateFileNameFormatterTest.xml

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

Test suite Passed Failed Skipped Time
com.weirddev.testme.intellij.utils.TemplateFileNameFormatterTest 2✅ 4ms

✅ com.weirddev.testme.intellij.utils.TemplateFileNameFormatterTest

✅ template Name To File where name=<html>Copy of <i>Spock</i><img src='/icons/groovy.png'> & <i>Mockito</i><img src='/icons/mockito.png'></html>.groovy then expect: %3Chtml%3ECopy+of+%3Ci%3ESpock%3C%2Fi%3E%3Cimg+src%3D%27%2Ficons%2Fgroovy.png%27%3E+%26+%3Ci%3EMockito%3C%2Fi%3E%3Cimg+src%3D%27%2Ficons%2Fmockito.png%27%3E%3C%2Fhtml%3E.groovy
✅ file Name To template name where name=%3Chtml%3ECopy+of+%3Ci%3ESpock%3C%2Fi%3E%3Cimg+src%3D%27%2Ficons%2Fgroovy.png%27%3E+%26+%3Ci%3EMockito%3C%2Fi%3E%3Cimg+src%3D%27%2Ficons%2Fmockito.png%27%3E%3C%2Fhtml%3E.groovy then expect: <html>Copy of <i>Spock</i><img src='/icons/groovy.png'> & <i>Mockito</i><img src='/icons/mockito.png'></html>.groovy

✅ build/test-results/test/TEST-com.weirddev.testme.intellij.utils.TypeUtilsTest.xml

11 tests were completed in 19ms with 11 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.weirddev.testme.intellij.utils.TypeUtilsTest 11✅ 19ms

✅ com.weirddev.testme.intellij.utils.TypeUtilsTest

✅ is Language Base Class where typeCanonicalName=java.lang.Object then expect: true
✅ is Language Base Class where typeCanonicalName=java.lang.Class then expect: true
✅ is Language Base Class where typeCanonicalName=groovy.lang.GroovyObjectSupport then expect: true
✅ is Language Base Class where typeCanonicalName=java.lang.Enum then expect: true
✅ is Language Base Class where typeCanonicalName=java.lang.String then expect: false
✅ is Language Base Class where typeCanonicalName=null then expect: false
✅ is Basic Type where qualifiedName=java.lang.String then expect: true
✅ is Basic Type where qualifiedName=scala.Predef.String then expect: true
✅ is Basic Type where qualifiedName=byte then expect: true
✅ is Basic Type where qualifiedName=java.lang.Object then expect: false
✅ is Basic Type where qualifiedName=null then expect: false