Plan Edu - Ncsu.Csc216.Test - Plan - Tests: 0..1 - Actualresults
Plan Edu - Ncsu.Csc216.Test - Plan - Tests: 0..1 - Actualresults
Plan Edu - Ncsu.Csc216.Test - Plan - Tests: 0..1 - Actualresults
edu.ncsu.csc216.test_plan.lists
<<Interface>>
-array: Object
List
-size: int
edu.ncsu.csc216.test_plan.lists -initialSize: int
+ArrayList()
+add(Object): boolean +ArrayList(int)
+add(int, Object): boolean +add(Object): boolean
+clear(): void +add(int, Object): boolean
+contains(Object): boolean +clear(): void
+get(int): Object +contains(Object): boolean
+indexOf(Object): int +get(int): Object
+isEmpty(): boolean +indexOf(Object): int
+remove(int): Object +isEmpty(): boolean
+remove(Object): boolean +remove(int): Object
+set(int, Object): Object +remove(Object): boolean
+size(): int +set(int, Object): Object
-updateSize(int): void +size(): int
-updateSize(int): void
Plan
edu.ncsu.csc216.test_plan.tests
0..1
LinkedNodes
edu.ncsu.csc216.test_plan.lists -name: String
-counter: int
-size: int
+Plan(String)
+LinkedNodes() +Plan(String, ArrayList<Test>)
+add(Object): boolean +setName(String): void Result
+add(int, Object): boolean +getName(): String edu.ncsu.csc216.test_plan.tests
+clear(): void +getTests(): ArrayList<Test>
+contains(Object): boolean +addTest(Test): boolean
+get(int): Object +addTest(String, String, String, String,
+indexOf(Object): int LinkedNodes): boolean +message: String
+isEmpty(): boolean +getTest(String, boolean): Test +verify: boolean
+remove(int): Object +removeTest(Test): boolean
+remove(Object): boolean +moveUp(Test): void +Result(String, boolean)
+set(int, Object): Object 0..1 -actualResults +moveDown(Test): void
+size(): int +moveFront(Test): void
-updateSize(int): void +moveBack(Test): void
+updateCounter(): void