Searched refs:MockType (Results 1 – 2 of 2) sorted by relevance
32 public enum MockType { enum in MocksControl36 private MockType type;38 public MocksControl(MockType type) { in MocksControl()74 behavior = new MocksBehavior(type == MockType.NICE); in reset()75 behavior.checkOrder(type == MockType.STRICT); in reset()81 type = MockType.NICE; in resetToNice()86 type = MockType.DEFAULT; in resetToDefault()91 type = MockType.STRICT; in resetToStrict()
146 return new MocksControl(MocksControl.MockType.STRICT); in createStrictControl()155 return new MocksControl(MocksControl.MockType.DEFAULT); in createControl()166 return new MocksControl(MocksControl.MockType.NICE); in createNiceControl()