Searched defs:TestRuntimeException (Results 1 – 3 of 3) sorted by relevance
86 public class TestRuntimeException(message: String? = null, private val data: Any? = null) : Runtime… class
274 private static class TestRuntimeException extends RuntimeException { class in ReflectionHelpersTest
300 private static class TestRuntimeException extends RuntimeException { class in ReflectionHelpersTest