PET: Partial Evaluation-based Test Case Generator for Bytecode

Target Class and its Dependencies


Class: Queue

Dependencies:

PET Arguments

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

string(57) "javap -classpath ../../../../examples/heap -s Queue 2>&1 " string(84) "Warning: File ../../../../examples/heap/Queue.class does not contain class Queue
" string(30) "Compiled from "Queue.java"
" string(29) "public class heap.Queue {
" array(4) { [0]=> string(20) "c class heap.Queue {" [1]=> string(2) "c " ["name"]=> string(10) "heap.Queue" [2]=> string(10) "heap.Queue" } <init>()V
first()I
empty()Z
add(I)V
addAll([I)V
copy()Lheap/Queue;

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