Searched refs:NUM_TEST_CONVERSATIONS (Results 1 – 2 of 2) sorted by relevance
286 public static final int NUM_TEST_CONVERSATIONS = 10; field in TestDataFactory300 for (int i = 1; i <= NUM_TEST_CONVERSATIONS; i++) { in createTestData()
88 int expectedConversationId = TestDataFactory.NUM_TEST_CONVERSATIONS + 1; in testGetOrCreateConversation()