PET: Partial Evaluation-based Test Case Generator for Bytecode

Target Class and its Dependencies


Class: DoublyLinkedList

Dependencies:

PET Arguments

a) Choose the method to generate test-cases for:

string(71) "javap -classpath ../../../../examples/related -s DoublyLinkedList 2>&1 " string(109) "Warning: File ../../../../examples/related/DoublyLinkedList.class does not contain class DoublyLinkedList
" string(41) "Compiled from "DoublyLinkedList.java"
" string(43) "public class related.DoublyLinkedList {
" array(4) { [0]=> string(34) "c class related.DoublyLinkedList {" [1]=> string(2) "c " ["name"]=> string(24) "related.DoublyLinkedList" [2]=> string(24) "related.DoublyLinkedList" } <init>()V
getSize()I
empty()V
getHead()Lrelated/NodeDLL;
getTail()Lrelated/NodeDLL;
touch(Lrelated/NodeDLL;)V
add(ILrelated/NodeDLL;)V
add(Lrelated/NodeDLL;)V
remove(Lrelated/NodeDLL;)V
pop()Lrelated/NodeDLL;
unpush()Lrelated/NodeDLL;
push(Lrelated/NodeDLL;)V
unpop(Lrelated/NodeDLL;)V

b) Coverage criterion: Block-k: Depth-k:

c) Get numeric test-cases or path-constraints: Path-constraints Numeric (In this case a range must be especified in step d)

d) Specify the range of integers to take data from: None Range: ..

e) Labeling strategy (see the SWI-Prolog CLPFD library) : ff    leftmost    min    max   

f) References aliasing: Don't alias    Might alias    CLP Heap Solver

g) Verbosity level: 1   2   3

h) Generate JUnit test:    Type: no   minimum complete   Use reflection: no yes

i) Tracing: no   statements   blocks

j) Check code coverage: no   yes

l) Compositional TDG: no   yes