Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testOperation (0.1 sec)

  1. platforms/core-runtime/serialization/src/test/groovy/org/gradle/internal/serialize/DefaultSerializerRegistrySpec.groovy

                defaultSerializerRegistry.build(SerializableParent)
            }
            then:
            noExceptionThrown()
            conditions.await(5.0)
            where:
            // Rerun this test 10 times
            testIteration << (0..9)
        }
    
        static class SerializableParent implements Serializable {}
    
        static class Serializable1 extends SerializableParent {}
    
        static class Serializable2 extends SerializableParent {}
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 15 16:06:56 UTC 2024
    - 10.1K bytes
    - Viewed (0)
Back to top