summaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/test/java/org/onap/vid/scheduler/RestObjects/GetTimeSlotsRestObjectTest.java
blob: 5bb525ebfcbc6467b2aa35da6bb64a88bf47ceb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highl
//package org.onap.vid.scheduler.RestObjects;
//
//import org.junit.Test;
//
//
//public class GetTimeSlotsRestObjectTest {
//
//	private GetTimeSlotsRestObject createTestSubject() {
//		return new GetTimeSlotsRestObject();
//	}
//
//
//	@Test
//	public void testSetUUID() throws Exception {
//		GetTimeSlotsRestObject testSubject;
//		String uuid = "";
//
//		// default test
//		testSubject = createTestSubject();
//		testSubject.setUUID(uuid);
//	}
//
//
//	@Test
//	public void testGetUUID() throws Exception {
//		GetTimeSlotsRestObject testSubject;
//		String result;
//
//		// default test
//		testSubject = createTestSubject();
//		result = testSubject.getUUID();
//	}
//}
Linux is a registered trademark of Linus Torvalds.

Please see our privacy policy and terms of use