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