Searched refs:test_kind (Results 1 – 1 of 1) sorted by relevance
39 public enum test_kind { enum in Context46 public Context(test_kind k, params object[] args) in Context()54 if (kind == test_kind.NO_FACTORY) in getServiceManager()61 if (kind == test_kind.NORMAL) in getValueByName()69 else if (kind == test_kind.CREATION_FAILED) in getValueByName()78 public Factory(Context.test_kind k, params object[] args) { in Factory()80 if (k == Context.test_kind.TEST_EXCEPTION) in Factory()88 case test_kind.NORMAL: in createInstanceWithArgumentsAndContext()90 case test_kind.CREATION_FAILED : in createInstanceWithArgumentsAndContext()92 case test_kind.TEST_EXCEPTION: in createInstanceWithArgumentsAndContext()[all …]