Searched refs:sCtorException (Results 1 – 1 of 1) sorted by relevance
191 private Pair<Class<?>, Throwable> sCtorException = null; field in ViewTest197 sCtorException = null; in testConstructor2()209 sCtorException = new Pair<>(clazz, t); in testConstructor2()217 if (sCtorException != null) { in testConstructor2()219 + sCtorException.first.getName(), sCtorException.second); in testConstructor2()