Home | History | Annotate | Download | only in entity

Lines Matching refs:devices

62         List<String> devices = new ArrayList<>();
63 devices.add("device1");
68 new TestAcknowledgmentEntity(key, user, branches, devices, testCaseNames, note);
78 ((List<String>) e.getProperty(TestAcknowledgmentEntity.DEVICES))
79 .containsAll(devices));
90 Assert.assertTrue(deserialized.devices.containsAll(devices));
108 Assert.assertFalse(e.hasProperty(TestAcknowledgmentEntity.DEVICES));
117 Assert.assertEquals(0, deserialized.devices.size());
129 List<String> devices = new ArrayList<>();
130 devices.add("device1");
135 new TestAcknowledgmentEntity(key, user, branches, devices, testCaseNames, note);
145 Assert.assertTrue(deserialized.devices.containsAll(devices));
166 Assert.assertEquals(0, deserialized.devices.size());