TestRecoder2KeY

4

tests

0

failures

1

ignored

0.809s

duration

100%

successful

Tests

Test Duration Result
testJBlocks() 0.068s passed
testJClasses() 0.735s passed
testReadBlockWithContext() 0.005s passed
xtestFileInput() - ignored

Standard output

60031      DEBUG Test worker     d.u.i.k.j.Recoder2KeY     Reading class A1 { public A1() { }}  
60109      DEBUG Test worker     d.u.i.k.j.Recoder2KeY     Reading package qwe.rty; import qwe.rty.A; import dfg.hjk.*; import java.util.*;public abstract class A implements Z{static {d=3; Object v = new Object()[...] 
60313      DEBUG Test worker     d.u.i.k.j.Recoder2KeY     Reading public class B extends Object {class E  { public E(Object s) {super();} }} 
60344      DEBUG Test worker     d.u.i.k.j.r.ClassPreparationMethodBuilder clPrepBuilder: Inner Class detected. Reject building class initialisation methods. 
60391      DEBUG Test worker     d.u.i.k.j.Recoder2KeY     Reading  class circ_A {   static int a = circ_B.b;   } class circ_B {   static int b = circ_A.a;   } 
60500      DEBUG Test worker     d.u.i.k.j.Recoder2KeY     Reading  class circ2_A {   static final int a = circ2_B.b;   } class circ2_B {   static final int b = circ2_A.a;   } 
60610      DEBUG Test worker     d.u.i.k.j.Recoder2KeY     Reading class Cycle1 { void m(Cycle2 c) {} } class Cycle2 { void m(Cycle1 c) {} } 
60688      DEBUG Test worker     d.u.i.k.j.Recoder2KeY     Reading class EmptyConstr { EmptyConstr(); }