AuD
Lecture 'Algorithmen und Datenstrukturen' (code examples)
RunTests.java
Go to the documentation of this file.
1
package
aud.test;
2
3
import
org.junit.runner.*;
4
import
org.junit.runners.*;
5
6
@RunWith(Suite.class)
7
@Suite.SuiteClasses(
8
{ VectorTest.class,
9
SListTest.class,
10
DListTest.class,
11
StackTest.class,
12
QueueTest.class,
13
BinaryTreeTest.class,
14
BinarySearchTreeTest.class,
15
AVLTreeTest.class,
16
A234TreeTest.class,
17
RedBlackTreeTest.class,
18
BTreeTest.class,
19
}
20
)
21
public
class
RunTests
{
22
}
aud.test.RunTests
Definition:
RunTests.java:21
test
RunTests.java
Generated on Wed May 6 2026 12:42:57 for AuD by
1.9.5