Best junit code snippet using junit.framework.Assert.assertNotNull
Source:RandoopTest13.java  
...6    if (debug) System.out.printf("%nRandoopTest13.test1");7    com.application.ciadobusao.test.EncontroTeste var1 = new com.application.ciadobusao.test.EncontroTeste();8    junit.framework.TestResult var2 = var1.run();9    junit.framework.TestResult var3 = var1.run();10    junit.framework.Assert.assertNotNull("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>>", (java.lang.Object)var1);11    var1.setName("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>");12    junit.framework.TestResult var7 = var1.run();13    junit.framework.Assert.assertNotNull((java.lang.Object)var1);14    java.lang.String var9 = var1.getName();15    junit.framework.Assert.assertNotNull((java.lang.Object)var1);16    var1.setName("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>>");17    java.lang.String var13 = var1.getName();18    var1.test();19    // The following exception was thrown during execution.20    // This behavior will recorded for regression testing.21    try {22      var1.runBare();23      fail("Expected exception of type junit.framework.AssertionFailedError");24    } catch (junit.framework.AssertionFailedError e) {25      // Expected exception.26    }27    28    29    // Regression assertion (captures the current behavior of the code)30    assertNotNull(var2);31    32    // Regression assertion (captures the current behavior of the code)33    assertNotNull(var3);34    35    // Regression assertion (captures the current behavior of the code)36    assertNotNull(var7);37    38    // Regression assertion (captures the current behavior of the code)39    assertTrue("'" + var9 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>"+ "'", var9.equals("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>"));40    41    // Regression assertion (captures the current behavior of the code)42    assertTrue("'" + var13 + "' != '" + "hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>>"+ "'", var13.equals("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>>"));43  }44  public void test2() throws Throwable {45    if (debug) System.out.printf("%nRandoopTest13.test2");46    com.application.ciadobusao.test.EncontroTeste var1 = new com.application.ciadobusao.test.EncontroTeste();47    junit.framework.TestResult var2 = var1.run();48    var1.test();49    java.lang.String var4 = var1.toString();50    java.lang.String var5 = var1.getName();51    var1.test();52    var1.setName("");53    com.application.ciadobusao.test.EncontroTeste var10 = new com.application.ciadobusao.test.EncontroTeste();54    junit.framework.TestResult var11 = var10.run();55    junit.framework.TestResult var12 = var10.run();56    junit.framework.Assert.assertNotNull("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>>", (java.lang.Object)var10);57    var10.setName("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>");58    var10.setName("hi! expected:<100> but was:<10>");59    com.application.ciadobusao.test.EncontroTeste var18 = new com.application.ciadobusao.test.EncontroTeste();60    java.lang.String var19 = var18.toString();61    com.application.ciadobusao.test.EncontroTeste var20 = new com.application.ciadobusao.test.EncontroTeste();62    junit.framework.TestResult var21 = var20.run();63    var18.run(var21);64    com.application.ciadobusao.test.EncontroTeste var24 = new com.application.ciadobusao.test.EncontroTeste();65    junit.framework.TestResult var25 = var24.run();66    junit.framework.Assert.assertNotNull("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var24);67    java.lang.String var27 = var24.toString();68    int var28 = var24.countTestCases();69    int var29 = var24.countTestCases();70    java.lang.String var30 = var24.getName();71    junit.framework.Assert.assertNotSame((java.lang.Object)var21, (java.lang.Object)var24);72    var10.run(var21);73    var1.run(var21);74    com.application.ciadobusao.test.EncontroTeste var36 = new com.application.ciadobusao.test.EncontroTeste();75    java.lang.String var37 = var36.toString();76    com.application.ciadobusao.test.EncontroTeste var38 = new com.application.ciadobusao.test.EncontroTeste();77    junit.framework.TestResult var39 = var38.run();78    var36.run(var39);79    com.application.ciadobusao.test.EncontroTeste var41 = new com.application.ciadobusao.test.EncontroTeste();80    junit.framework.TestResult var42 = var41.run();81    com.application.ciadobusao.test.EncontroTeste var43 = new com.application.ciadobusao.test.EncontroTeste();82    junit.framework.TestResult var44 = var43.run();83    var43.test();84    junit.framework.TestResult var46 = var43.run();85    var41.run(var46);86    var36.run(var46);87    java.lang.String var49 = var36.toString();88    int var50 = var36.countTestCases();89    var36.test();90    int var52 = var36.countTestCases();91    junit.framework.Assert.assertNotNull("null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>", (java.lang.Object)var36);92    junit.framework.Assert.assertNotNull("hi! expected:<100> but was:<10> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:< expected:<10> but was:<10>> expected:<hi!(com.application.ciadobusao.test.EncontroTeste)> but was:<hi!(com.application.ciadobusao.test.EncontroTeste) expected:<1> but was:<hi!(com.application.ciadobusao.test.EncontroTeste)>(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<hi!> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var36);93    var36.setName(" expected:<10> but was:<10>");94    int var57 = var36.countTestCases();95    junit.framework.Assert.assertNotSame("hi! expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var1, (java.lang.Object)var57);96    97    // Regression assertion (captures the current behavior of the code)98    assertNotNull(var2);99    100    // Regression assertion (captures the current behavior of the code)101    assertTrue("'" + var4 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var4.equals("null(com.application.ciadobusao.test.EncontroTeste)"));102    103    // Regression assertion (captures the current behavior of the code)104    assertNull(var5);105    106    // Regression assertion (captures the current behavior of the code)107    assertNotNull(var11);108    109    // Regression assertion (captures the current behavior of the code)110    assertNotNull(var12);111    112    // Regression assertion (captures the current behavior of the code)113    assertTrue("'" + var19 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var19.equals("null(com.application.ciadobusao.test.EncontroTeste)"));114    115    // Regression assertion (captures the current behavior of the code)116    assertNotNull(var21);117    118    // Regression assertion (captures the current behavior of the code)119    assertNotNull(var25);120    121    // Regression assertion (captures the current behavior of the code)122    assertTrue("'" + var27 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var27.equals("null(com.application.ciadobusao.test.EncontroTeste)"));123    124    // Regression assertion (captures the current behavior of the code)125    assertTrue(var28 == 1);126    127    // Regression assertion (captures the current behavior of the code)128    assertTrue(var29 == 1);129    130    // Regression assertion (captures the current behavior of the code)131    assertNull(var30);132    133    // Regression assertion (captures the current behavior of the code)134    assertTrue("'" + var37 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var37.equals("null(com.application.ciadobusao.test.EncontroTeste)"));135    136    // Regression assertion (captures the current behavior of the code)137    assertNotNull(var39);138    139    // Regression assertion (captures the current behavior of the code)140    assertNotNull(var42);141    142    // Regression assertion (captures the current behavior of the code)143    assertNotNull(var44);144    145    // Regression assertion (captures the current behavior of the code)146    assertNotNull(var46);147    148    // Regression assertion (captures the current behavior of the code)149    assertTrue("'" + var49 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var49.equals("null(com.application.ciadobusao.test.EncontroTeste)"));150    151    // Regression assertion (captures the current behavior of the code)152    assertTrue(var50 == 1);153    154    // Regression assertion (captures the current behavior of the code)155    assertTrue(var52 == 1);156    157    // Regression assertion (captures the current behavior of the code)158    assertTrue(var57 == 1);159  }160  public void test3() throws Throwable {161    if (debug) System.out.printf("%nRandoopTest13.test3");162    com.application.ciadobusao.test.EncontroTeste var2 = new com.application.ciadobusao.test.EncontroTeste();163    junit.framework.TestResult var3 = var2.run();164    var2.setName("null(com.application.ciadobusao.test.EncontroTeste)");165    junit.framework.TestResult var6 = var2.run();166    com.application.ciadobusao.test.EncontroTeste var7 = new com.application.ciadobusao.test.EncontroTeste();167    java.lang.String var8 = var7.toString();168    var7.setName("null(com.application.ciadobusao.test.EncontroTeste)");169    int var11 = var7.countTestCases();170    int var12 = var7.countTestCases();171    java.lang.String var13 = var7.getName();172    java.lang.String var14 = junit.framework.Assert.format("null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>", (java.lang.Object)var6, (java.lang.Object)var7);173    junit.framework.TestResult var15 = var7.run();174    com.application.ciadobusao.test.EncontroTeste var18 = new com.application.ciadobusao.test.EncontroTeste();175    junit.framework.TestResult var19 = var18.run();176    var18.test();177    junit.framework.Assert.assertNotSame(" expected:<10> but was:<10>", (java.lang.Object)var18, (java.lang.Object)"null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>");178    java.lang.String var23 = var18.getName();179    junit.framework.TestResult var24 = var18.run();180    var18.test();181    junit.framework.TestResult var26 = var18.run();182    var18.setName("hi! expected:<100> but was:<10> expected:<hi! expected:<100> but was:<10>> but was:<null(com.application.ciadobusao.test.EncontroTeste)>");183    com.application.ciadobusao.test.EncontroTeste var29 = new com.application.ciadobusao.test.EncontroTeste();184    int var30 = var29.countTestCases();185    java.lang.String var31 = var29.getName();186    junit.framework.TestResult var32 = var29.run();187    junit.framework.Assert.assertNotNull((java.lang.Object)var29);188    var29.setName("null(com.application.ciadobusao.test.EncontroTeste) expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:< >");189    var29.test();190    int var37 = var29.countTestCases();191    junit.framework.Assert.assertNotSame("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var18, (java.lang.Object)var37);192    int var39 = var18.countTestCases();193    int var40 = var18.countTestCases();194    com.application.ciadobusao.test.EncontroTeste var42 = new com.application.ciadobusao.test.EncontroTeste();195    java.lang.String var43 = var42.toString();196    com.application.ciadobusao.test.EncontroTeste var44 = new com.application.ciadobusao.test.EncontroTeste();197    junit.framework.TestResult var45 = var44.run();198    var42.run(var45);199    com.application.ciadobusao.test.EncontroTeste var47 = new com.application.ciadobusao.test.EncontroTeste();200    junit.framework.TestResult var48 = var47.run();201    com.application.ciadobusao.test.EncontroTeste var49 = new com.application.ciadobusao.test.EncontroTeste();202    junit.framework.TestResult var50 = var49.run();203    var49.test();204    junit.framework.TestResult var52 = var49.run();205    var47.run(var52);206    var42.run(var52);207    junit.framework.Assert.assertNotNull("null(com.application.ciadobusao.test.EncontroTeste) expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:< >", (java.lang.Object)var42);208    var42.setName("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>");209    java.lang.String var58 = var42.toString();210    java.lang.String var59 = var42.getName();211    com.application.ciadobusao.test.EncontroTeste var60 = new com.application.ciadobusao.test.EncontroTeste();212    int var61 = var60.countTestCases();213    java.lang.String var62 = var60.getName();214    int var63 = var60.countTestCases();215    java.lang.String var64 = var60.getName();216    junit.framework.Assert.assertNotSame((java.lang.Object)var60, (java.lang.Object)true);217    junit.framework.TestResult var67 = var60.run();218    junit.framework.TestResult var68 = var60.run();219    java.lang.Object var70 = new java.lang.Object();220    com.application.ciadobusao.test.EncontroTeste var71 = new com.application.ciadobusao.test.EncontroTeste();221    junit.framework.Assert.assertNotSame(var70, (java.lang.Object)var71);222    java.lang.String var73 = var71.toString();223    java.lang.String var74 = var71.toString();224    junit.framework.Assert.assertNotNull("hi!", (java.lang.Object)var71);225    junit.framework.TestResult var76 = var71.run();226    var60.run(var76);227    var42.run(var76);228    var18.run(var76);229    // The following exception was thrown during execution.230    // This behavior will recorded for regression testing.231    try {232      junit.framework.Assert.failNotEquals("null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>", (java.lang.Object)var7, (java.lang.Object)var76);233      fail("Expected exception of type junit.framework.AssertionFailedError");234    } catch (junit.framework.AssertionFailedError e) {235      // Expected exception.236    }237    238    239    // Regression assertion (captures the current behavior of the code)240    assertNotNull(var3);241    242    // Regression assertion (captures the current behavior of the code)243    assertNotNull(var6);244    245    // Regression assertion (captures the current behavior of the code)246    assertTrue("'" + var8 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var8.equals("null(com.application.ciadobusao.test.EncontroTeste)"));247    248    // Regression assertion (captures the current behavior of the code)249    assertTrue(var11 == 1);250    251    // Regression assertion (captures the current behavior of the code)252    assertTrue(var12 == 1);253    254    // Regression assertion (captures the current behavior of the code)255    assertTrue("'" + var13 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var13.equals("null(com.application.ciadobusao.test.EncontroTeste)"));256    257    // Regression assertion (captures the current behavior of the code)258    assertNotNull(var15);259    260    // Regression assertion (captures the current behavior of the code)261    assertNotNull(var19);262    263    // Regression assertion (captures the current behavior of the code)264    assertNull(var23);265    266    // Regression assertion (captures the current behavior of the code)267    assertNotNull(var24);268    269    // Regression assertion (captures the current behavior of the code)270    assertNotNull(var26);271    272    // Regression assertion (captures the current behavior of the code)273    assertTrue(var30 == 1);274    275    // Regression assertion (captures the current behavior of the code)276    assertNull(var31);277    278    // Regression assertion (captures the current behavior of the code)279    assertNotNull(var32);280    281    // Regression assertion (captures the current behavior of the code)282    assertTrue(var37 == 1);283    284    // Regression assertion (captures the current behavior of the code)285    assertTrue(var39 == 1);286    287    // Regression assertion (captures the current behavior of the code)288    assertTrue(var40 == 1);289    290    // Regression assertion (captures the current behavior of the code)291    assertTrue("'" + var43 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var43.equals("null(com.application.ciadobusao.test.EncontroTeste)"));292    293    // Regression assertion (captures the current behavior of the code)294    assertNotNull(var45);295    296    // Regression assertion (captures the current behavior of the code)297    assertNotNull(var48);298    299    // Regression assertion (captures the current behavior of the code)300    assertNotNull(var50);301    302    // Regression assertion (captures the current behavior of the code)303    assertNotNull(var52);304    305    // Regression assertion (captures the current behavior of the code)306    assertTrue("'" + var58 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)"+ "'", var58.equals("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)"));307    308    // Regression assertion (captures the current behavior of the code)309    assertTrue("'" + var59 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>"+ "'", var59.equals("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>"));310    311    // Regression assertion (captures the current behavior of the code)312    assertTrue(var61 == 1);313    314    // Regression assertion (captures the current behavior of the code)315    assertNull(var62);316    317    // Regression assertion (captures the current behavior of the code)318    assertTrue(var63 == 1);319    320    // Regression assertion (captures the current behavior of the code)321    assertNull(var64);322    323    // Regression assertion (captures the current behavior of the code)324    assertNotNull(var67);325    326    // Regression assertion (captures the current behavior of the code)327    assertNotNull(var68);328    329    // Regression assertion (captures the current behavior of the code)330    assertTrue("'" + var73 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var73.equals("null(com.application.ciadobusao.test.EncontroTeste)"));331    332    // Regression assertion (captures the current behavior of the code)333    assertTrue("'" + var74 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var74.equals("null(com.application.ciadobusao.test.EncontroTeste)"));334    335    // Regression assertion (captures the current behavior of the code)336    assertNotNull(var76);337  }338  public void test4() throws Throwable {339    if (debug) System.out.printf("%nRandoopTest13.test4");340    junit.framework.Assert.assertEquals("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:< expected:<10> but was:<10>> expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:< >> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>> but was:<null(com.application.ciadobusao.test.EncontroTeste)>>> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<10> but was:< expected:<10> but was:<10>(com.application.ciadobusao.test.EncontroTeste)>> but was:<hi! expected:<hi!> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)>(com.application.ciadobusao.test.EncontroTeste)>", (-1.0f), 0.0f, 1.0f);341  }342  public void test5() throws Throwable {343    if (debug) System.out.printf("%nRandoopTest13.test5");344    com.application.ciadobusao.test.EncontroTeste var2 = new com.application.ciadobusao.test.EncontroTeste();345    junit.framework.TestResult var3 = var2.run();346    junit.framework.TestResult var4 = var2.run();347    junit.framework.Assert.assertNotNull("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>>", (java.lang.Object)var2);348    var2.setName("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>");349    junit.framework.TestResult var8 = var2.run();350    junit.framework.Assert.assertNotNull((java.lang.Object)var2);351    com.application.ciadobusao.test.EncontroTeste var11 = new com.application.ciadobusao.test.EncontroTeste();352    junit.framework.TestResult var12 = var11.run();353    var11.test();354    junit.framework.Assert.assertNotSame(" expected:<10> but was:<10>", (java.lang.Object)var11, (java.lang.Object)"null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>");355    java.lang.String var16 = var11.getName();356    junit.framework.TestResult var17 = var11.run();357    com.application.ciadobusao.test.EncontroTeste var20 = new com.application.ciadobusao.test.EncontroTeste();358    junit.framework.TestResult var21 = var20.run();359    junit.framework.TestResult var22 = var20.run();360    junit.framework.TestResult var23 = var20.run();361    com.application.ciadobusao.test.EncontroTeste var25 = new com.application.ciadobusao.test.EncontroTeste();362    junit.framework.TestResult var26 = var25.run();363    junit.framework.Assert.assertNotNull("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var25);364    java.lang.String var28 = var25.toString();365    java.lang.String var29 = junit.framework.Assert.format("null(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var23, (java.lang.Object)var25);366    com.application.ciadobusao.test.EncontroTeste var30 = new com.application.ciadobusao.test.EncontroTeste();367    junit.framework.TestResult var31 = var30.run();368    junit.framework.TestResult var32 = var30.run();369    java.lang.String var33 = junit.framework.Assert.format("null(com.application.ciadobusao.test.EncontroTeste) expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:< >", (java.lang.Object)var23, (java.lang.Object)var32);370    java.lang.Object var34 = new java.lang.Object();371    com.application.ciadobusao.test.EncontroTeste var35 = new com.application.ciadobusao.test.EncontroTeste();372    junit.framework.Assert.assertNotSame(var34, (java.lang.Object)var35);373    junit.framework.TestResult var37 = var35.run();374    junit.framework.Assert.assertNotSame((java.lang.Object)var32, (java.lang.Object)var35);375    var11.run(var32);376    var2.run(var32);377    junit.framework.Assert.assertNotNull((java.lang.Object)var2);378    junit.framework.Assert.assertNotNull("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<10> but was:< expected:<10> but was:<10>(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var2);379    java.lang.String var43 = var2.toString();380    int var44 = var2.countTestCases();381    var2.setName("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:< expected:<10> but was:<10>>");382    383    // Regression assertion (captures the current behavior of the code)384    assertNotNull(var3);385    386    // Regression assertion (captures the current behavior of the code)387    assertNotNull(var4);388    389    // Regression assertion (captures the current behavior of the code)390    assertNotNull(var8);391    392    // Regression assertion (captures the current behavior of the code)393    assertNotNull(var12);394    395    // Regression assertion (captures the current behavior of the code)396    assertNull(var16);397    398    // Regression assertion (captures the current behavior of the code)399    assertNotNull(var17);400    401    // Regression assertion (captures the current behavior of the code)402    assertNotNull(var21);403    404    // Regression assertion (captures the current behavior of the code)405    assertNotNull(var22);406    407    // Regression assertion (captures the current behavior of the code)408    assertNotNull(var23);409    410    // Regression assertion (captures the current behavior of the code)411    assertNotNull(var26);412    413    // Regression assertion (captures the current behavior of the code)414    assertTrue("'" + var28 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var28.equals("null(com.application.ciadobusao.test.EncontroTeste)"));415    416    // Regression assertion (captures the current behavior of the code)417    assertNotNull(var31);418    419    // Regression assertion (captures the current behavior of the code)420    assertNotNull(var32);421    422    // Regression assertion (captures the current behavior of the code)423    assertNotNull(var37);424    425    // Regression assertion (captures the current behavior of the code)426    assertTrue("'" + var43 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)"+ "'", var43.equals("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)"));427    428    // Regression assertion (captures the current behavior of the code)429    assertTrue(var44 == 1);430  }431  public void test6() throws Throwable {432    if (debug) System.out.printf("%nRandoopTest13.test6");433    // The following exception was thrown during execution.434    // This behavior will recorded for regression testing.435    try {436      junit.framework.Assert.fail("hi! expected:<100> but was:<10> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:< expected:<10> but was:<10>> expected:<hi!(com.application.ciadobusao.test.EncontroTeste)> but was:<hi!(com.application.ciadobusao.test.EncontroTeste) expected:<1> but was:<hi!(com.application.ciadobusao.test.EncontroTeste)>(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<hi!> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:< expected:<10> but was:<10>> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)>");437      fail("Expected exception of type junit.framework.AssertionFailedError");438    } catch (junit.framework.AssertionFailedError e) {439      // Expected exception.440    }441  }442  public void test7() throws Throwable {443    if (debug) System.out.printf("%nRandoopTest13.test7");444    com.application.ciadobusao.test.EncontroTeste var2 = new com.application.ciadobusao.test.EncontroTeste();445    junit.framework.TestResult var3 = var2.run();446    junit.framework.TestResult var4 = var2.run();447    junit.framework.Assert.assertNotNull("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>>", (java.lang.Object)var2);448    com.application.ciadobusao.test.EncontroTeste var6 = new com.application.ciadobusao.test.EncontroTeste();449    java.lang.String var7 = var6.toString();450    com.application.ciadobusao.test.EncontroTeste var8 = new com.application.ciadobusao.test.EncontroTeste();451    junit.framework.TestResult var9 = var8.run();452    var6.run(var9);453    var2.run(var9);454    junit.framework.Assert.assertNotNull((java.lang.Object)var2);455    com.application.ciadobusao.test.EncontroTeste var14 = new com.application.ciadobusao.test.EncontroTeste();456    junit.framework.TestResult var15 = var14.run();457    var14.setName("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)>");458    var14.test();459    java.lang.String var19 = var14.getName();460    com.application.ciadobusao.test.EncontroTeste var21 = new com.application.ciadobusao.test.EncontroTeste();461    int var22 = var21.countTestCases();462    java.lang.String var23 = var21.getName();463    junit.framework.TestResult var24 = var21.run();464    int var25 = var21.countTestCases();465    com.application.ciadobusao.test.EncontroTeste var26 = new com.application.ciadobusao.test.EncontroTeste();466    java.lang.String var27 = var26.toString();467    com.application.ciadobusao.test.EncontroTeste var28 = new com.application.ciadobusao.test.EncontroTeste();468    junit.framework.TestResult var29 = var28.run();469    var26.run(var29);470    junit.framework.Assert.assertNotSame("null(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var21, (java.lang.Object)var29);471    int var32 = var21.countTestCases();472    java.lang.Object var33 = new java.lang.Object();473    com.application.ciadobusao.test.EncontroTeste var34 = new com.application.ciadobusao.test.EncontroTeste();474    junit.framework.Assert.assertNotSame(var33, (java.lang.Object)var34);475    java.lang.String var36 = var34.toString();476    junit.framework.TestResult var37 = var34.run();477    junit.framework.Assert.assertNotSame((java.lang.Object)var21, (java.lang.Object)var37);478    var21.test();479    junit.framework.Assert.assertNotNull((java.lang.Object)var21);480    junit.framework.Assert.assertNotSame((java.lang.Object)var14, (java.lang.Object)var21);481    com.application.ciadobusao.test.EncontroTeste var42 = new com.application.ciadobusao.test.EncontroTeste();482    int var43 = var42.countTestCases();483    java.lang.String var44 = var42.getName();484    junit.framework.TestResult var45 = var42.run();485    junit.framework.Assert.assertNotNull((java.lang.Object)var42);486    junit.framework.TestResult var47 = var42.run();487    junit.framework.Assert.assertNotSame("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true> expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>> expected:<1> but was:<10>", (java.lang.Object)var14, (java.lang.Object)var47);488    var14.test();489    // The following exception was thrown during execution.490    // This behavior will recorded for regression testing.491    try {492      junit.framework.Assert.failNotEquals("hi! expected:<100> but was:<10> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:< expected:<10> but was:<10>> expected:<hi!(com.application.ciadobusao.test.EncontroTeste)> but was:<hi!(com.application.ciadobusao.test.EncontroTeste) expected:<1> but was:<hi!(com.application.ciadobusao.test.EncontroTeste)>(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<hi!> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var2, (java.lang.Object)var14);493      fail("Expected exception of type junit.framework.AssertionFailedError");494    } catch (junit.framework.AssertionFailedError e) {495      // Expected exception.496    }497    498    499    // Regression assertion (captures the current behavior of the code)500    assertNotNull(var3);501    502    // Regression assertion (captures the current behavior of the code)503    assertNotNull(var4);504    505    // Regression assertion (captures the current behavior of the code)506    assertTrue("'" + var7 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var7.equals("null(com.application.ciadobusao.test.EncontroTeste)"));507    508    // Regression assertion (captures the current behavior of the code)509    assertNotNull(var9);510    511    // Regression assertion (captures the current behavior of the code)512    assertNotNull(var15);513    514    // Regression assertion (captures the current behavior of the code)515    assertTrue("'" + var19 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)>"+ "'", var19.equals("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)>"));516    517    // Regression assertion (captures the current behavior of the code)518    assertTrue(var22 == 1);519    520    // Regression assertion (captures the current behavior of the code)521    assertNull(var23);522    523    // Regression assertion (captures the current behavior of the code)524    assertNotNull(var24);525    526    // Regression assertion (captures the current behavior of the code)527    assertTrue(var25 == 1);528    529    // Regression assertion (captures the current behavior of the code)530    assertTrue("'" + var27 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var27.equals("null(com.application.ciadobusao.test.EncontroTeste)"));531    532    // Regression assertion (captures the current behavior of the code)533    assertNotNull(var29);534    535    // Regression assertion (captures the current behavior of the code)536    assertTrue(var32 == 1);537    538    // Regression assertion (captures the current behavior of the code)539    assertTrue("'" + var36 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var36.equals("null(com.application.ciadobusao.test.EncontroTeste)"));540    541    // Regression assertion (captures the current behavior of the code)542    assertNotNull(var37);543    544    // Regression assertion (captures the current behavior of the code)545    assertTrue(var43 == 1);546    547    // Regression assertion (captures the current behavior of the code)548    assertNull(var44);549    550    // Regression assertion (captures the current behavior of the code)551    assertNotNull(var45);552    553    // Regression assertion (captures the current behavior of the code)554    assertNotNull(var47);555  }556  public void test8() throws Throwable {557    if (debug) System.out.printf("%nRandoopTest13.test8");558    // The following exception was thrown during execution.559    // This behavior will recorded for regression testing.560    try {561      junit.framework.Assert.assertEquals("hi! expected:<hi!> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>>(com.application.ciadobusao.test.EncontroTeste)> but was:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>>", (-1.0d), 100.0d, (-1.0d));562      fail("Expected exception of type junit.framework.AssertionFailedError");563    } catch (junit.framework.AssertionFailedError e) {564      // Expected exception.565    }566  }567  public void test9() throws Throwable {568    if (debug) System.out.printf("%nRandoopTest13.test9");569    com.application.ciadobusao.test.EncontroTeste var3 = new com.application.ciadobusao.test.EncontroTeste();570    java.lang.String var4 = var3.toString();571    var3.setName(" expected:<10> but was:<10>");572    junit.framework.TestResult var7 = var3.run();573    java.lang.String var8 = junit.framework.Assert.format("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)(byte)10, (java.lang.Object)var3);574    java.lang.String var9 = var3.getName();575    com.application.ciadobusao.test.EncontroTeste var11 = new com.application.ciadobusao.test.EncontroTeste();576    junit.framework.TestResult var12 = var11.run();577    junit.framework.TestResult var13 = var11.run();578    junit.framework.TestResult var14 = var11.run();579    junit.framework.Assert.assertNotNull("null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>", (java.lang.Object)var11);580    com.application.ciadobusao.test.EncontroTeste var16 = new com.application.ciadobusao.test.EncontroTeste();581    junit.framework.TestResult var17 = var16.run();582    junit.framework.TestResult var18 = var16.run();583    junit.framework.TestResult var19 = var16.run();584    junit.framework.Assert.assertNotSame((java.lang.Object)var11, (java.lang.Object)var16);585    com.application.ciadobusao.test.EncontroTeste var22 = new com.application.ciadobusao.test.EncontroTeste();586    junit.framework.TestResult var23 = var22.run();587    junit.framework.TestResult var24 = var22.run();588    junit.framework.Assert.assertNotNull("null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var22);589    com.application.ciadobusao.test.EncontroTeste var27 = new com.application.ciadobusao.test.EncontroTeste();590    java.lang.String var28 = var27.toString();591    com.application.ciadobusao.test.EncontroTeste var29 = new com.application.ciadobusao.test.EncontroTeste();592    junit.framework.TestResult var30 = var29.run();593    var27.run(var30);594    junit.framework.Assert.assertNotNull("hi! expected:<100> but was:<10>", (java.lang.Object)var30);595    var22.run(var30);596    junit.framework.TestResult var34 = var22.run();597    junit.framework.Assert.assertNotNull((java.lang.Object)var34);598    var16.run(var34);599    var3.run(var34);600    int var38 = var3.countTestCases();601    junit.framework.TestResult var39 = var3.run();602    // The following exception was thrown during execution.603    // This behavior will recorded for regression testing.604    try {605      junit.framework.Assert.assertNull("hi! expected:<hi!> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<100> but was:<10>> but was:<1> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<1>", (java.lang.Object)var39);606      fail("Expected exception of type junit.framework.AssertionFailedError");607    } catch (junit.framework.AssertionFailedError e) {608      // Expected exception.609    }610    611    612    // Regression assertion (captures the current behavior of the code)613    assertTrue("'" + var4 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var4.equals("null(com.application.ciadobusao.test.EncontroTeste)"));614    615    // Regression assertion (captures the current behavior of the code)616    assertNotNull(var7);617    618    // Regression assertion (captures the current behavior of the code)619    assertTrue("'" + var8 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<10> but was:< expected:<10> but was:<10>(com.application.ciadobusao.test.EncontroTeste)>"+ "'", var8.equals("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<10> but was:< expected:<10> but was:<10>(com.application.ciadobusao.test.EncontroTeste)>"));620    621    // Regression assertion (captures the current behavior of the code)622    assertTrue("'" + var9 + "' != '" + " expected:<10> but was:<10>"+ "'", var9.equals(" expected:<10> but was:<10>"));623    624    // Regression assertion (captures the current behavior of the code)625    assertNotNull(var12);626    627    // Regression assertion (captures the current behavior of the code)628    assertNotNull(var13);629    630    // Regression assertion (captures the current behavior of the code)631    assertNotNull(var14);632    633    // Regression assertion (captures the current behavior of the code)634    assertNotNull(var17);635    636    // Regression assertion (captures the current behavior of the code)637    assertNotNull(var18);638    639    // Regression assertion (captures the current behavior of the code)640    assertNotNull(var19);641    642    // Regression assertion (captures the current behavior of the code)643    assertNotNull(var23);644    645    // Regression assertion (captures the current behavior of the code)646    assertNotNull(var24);647    648    // Regression assertion (captures the current behavior of the code)649    assertTrue("'" + var28 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var28.equals("null(com.application.ciadobusao.test.EncontroTeste)"));650    651    // Regression assertion (captures the current behavior of the code)652    assertNotNull(var30);653    654    // Regression assertion (captures the current behavior of the code)655    assertNotNull(var34);656    657    // Regression assertion (captures the current behavior of the code)658    assertTrue(var38 == 1);659    660    // Regression assertion (captures the current behavior of the code)661    assertNotNull(var39);662  }663  public void test10() throws Throwable {664    if (debug) System.out.printf("%nRandoopTest13.test10");665    com.application.ciadobusao.test.EncontroTeste var2 = new com.application.ciadobusao.test.EncontroTeste();666    java.lang.String var3 = var2.toString();667    var2.setName("null(com.application.ciadobusao.test.EncontroTeste)");668    int var6 = var2.countTestCases();669    java.lang.String var8 = junit.framework.Assert.format("null(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var2, (java.lang.Object)true);670    java.lang.String var9 = var2.toString();671    java.lang.String var10 = var2.toString();672    junit.framework.TestResult var11 = var2.run();673    com.application.ciadobusao.test.EncontroTeste var12 = new com.application.ciadobusao.test.EncontroTeste();674    java.lang.String var13 = var12.toString();675    com.application.ciadobusao.test.EncontroTeste var14 = new com.application.ciadobusao.test.EncontroTeste();676    junit.framework.TestResult var15 = var14.run();677    var12.run(var15);678    junit.framework.Assert.assertNotSame("null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var2, (java.lang.Object)var12);679    // The following exception was thrown during execution.680    // This behavior will recorded for regression testing.681    try {682      var12.runBare();683      fail("Expected exception of type junit.framework.AssertionFailedError");684    } catch (junit.framework.AssertionFailedError e) {685      // Expected exception.686    }687    688    689    // Regression assertion (captures the current behavior of the code)690    assertTrue("'" + var3 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var3.equals("null(com.application.ciadobusao.test.EncontroTeste)"));691    692    // Regression assertion (captures the current behavior of the code)693    assertTrue(var6 == 1);694    695    // Regression assertion (captures the current behavior of the code)696    assertTrue("'" + var8 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>"+ "'", var8.equals("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>"));697    698    // Regression assertion (captures the current behavior of the code)699    assertTrue("'" + var9 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"+ "'", var9.equals("null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"));700    701    // Regression assertion (captures the current behavior of the code)702    assertTrue("'" + var10 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"+ "'", var10.equals("null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"));703    704    // Regression assertion (captures the current behavior of the code)705    assertNotNull(var11);706    707    // Regression assertion (captures the current behavior of the code)708    assertTrue("'" + var13 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var13.equals("null(com.application.ciadobusao.test.EncontroTeste)"));709    710    // Regression assertion (captures the current behavior of the code)711    assertNotNull(var15);712  }713  public void test11() throws Throwable {714    if (debug) System.out.printf("%nRandoopTest13.test11");715    com.application.ciadobusao.test.EncontroTeste var2 = new com.application.ciadobusao.test.EncontroTeste();716    junit.framework.TestResult var3 = var2.run();717    var2.setName("null(com.application.ciadobusao.test.EncontroTeste)");718    junit.framework.TestResult var6 = var2.run();719    com.application.ciadobusao.test.EncontroTeste var9 = new com.application.ciadobusao.test.EncontroTeste();720    junit.framework.TestResult var10 = var9.run();721    junit.framework.TestResult var11 = var9.run();722    junit.framework.TestResult var12 = var9.run();723    com.application.ciadobusao.test.EncontroTeste var14 = new com.application.ciadobusao.test.EncontroTeste();724    junit.framework.TestResult var15 = var14.run();725    junit.framework.Assert.assertNotNull("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var14);726    java.lang.String var17 = var14.toString();727    java.lang.String var18 = junit.framework.Assert.format("null(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var12, (java.lang.Object)var14);728    com.application.ciadobusao.test.EncontroTeste var19 = new com.application.ciadobusao.test.EncontroTeste();729    junit.framework.TestResult var20 = var19.run();730    junit.framework.TestResult var21 = var19.run();731    java.lang.String var22 = junit.framework.Assert.format("null(com.application.ciadobusao.test.EncontroTeste) expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:< >", (java.lang.Object)var12, (java.lang.Object)var21);732    var2.run(var12);733    java.lang.String var24 = var2.getName();734    com.application.ciadobusao.test.EncontroTeste var26 = new com.application.ciadobusao.test.EncontroTeste();735    junit.framework.TestResult var27 = var26.run();736    junit.framework.TestResult var28 = var26.run();737    junit.framework.Assert.assertNotNull("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>>", (java.lang.Object)var26);738    var26.setName("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>");739    junit.framework.TestResult var32 = var26.run();740    junit.framework.Assert.assertNotNull((java.lang.Object)var26);741    com.application.ciadobusao.test.EncontroTeste var35 = new com.application.ciadobusao.test.EncontroTeste();742    junit.framework.TestResult var36 = var35.run();743    var35.test();744    junit.framework.Assert.assertNotSame(" expected:<10> but was:<10>", (java.lang.Object)var35, (java.lang.Object)"null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>");745    java.lang.String var40 = var35.getName();746    junit.framework.TestResult var41 = var35.run();747    com.application.ciadobusao.test.EncontroTeste var44 = new com.application.ciadobusao.test.EncontroTeste();748    junit.framework.TestResult var45 = var44.run();749    junit.framework.TestResult var46 = var44.run();750    junit.framework.TestResult var47 = var44.run();751    com.application.ciadobusao.test.EncontroTeste var49 = new com.application.ciadobusao.test.EncontroTeste();752    junit.framework.TestResult var50 = var49.run();753    junit.framework.Assert.assertNotNull("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var49);754    java.lang.String var52 = var49.toString();755    java.lang.String var53 = junit.framework.Assert.format("null(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var47, (java.lang.Object)var49);756    com.application.ciadobusao.test.EncontroTeste var54 = new com.application.ciadobusao.test.EncontroTeste();757    junit.framework.TestResult var55 = var54.run();758    junit.framework.TestResult var56 = var54.run();759    java.lang.String var57 = junit.framework.Assert.format("null(com.application.ciadobusao.test.EncontroTeste) expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:< >", (java.lang.Object)var47, (java.lang.Object)var56);760    java.lang.Object var58 = new java.lang.Object();761    com.application.ciadobusao.test.EncontroTeste var59 = new com.application.ciadobusao.test.EncontroTeste();762    junit.framework.Assert.assertNotSame(var58, (java.lang.Object)var59);763    junit.framework.TestResult var61 = var59.run();764    junit.framework.Assert.assertNotSame((java.lang.Object)var56, (java.lang.Object)var59);765    var35.run(var56);766    var26.run(var56);767    junit.framework.Assert.assertNotNull((java.lang.Object)var26);768    junit.framework.Assert.assertNotSame("hi! expected:<hi!> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> expected:<1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var24, (java.lang.Object)var26);769    java.lang.String var67 = var26.getName();770    // The following exception was thrown during execution.771    // This behavior will recorded for regression testing.772    try {773      junit.framework.Assert.assertNull("null(com.application.ciadobusao.test.EncontroTeste) expected:<1.0> but was:<0> expected:<1> but was:<0>", (java.lang.Object)var67);774      fail("Expected exception of type junit.framework.AssertionFailedError");775    } catch (junit.framework.AssertionFailedError e) {776      // Expected exception.777    }778    779    780    // Regression assertion (captures the current behavior of the code)781    assertNotNull(var3);782    783    // Regression assertion (captures the current behavior of the code)784    assertNotNull(var6);785    786    // Regression assertion (captures the current behavior of the code)787    assertNotNull(var10);788    789    // Regression assertion (captures the current behavior of the code)790    assertNotNull(var11);791    792    // Regression assertion (captures the current behavior of the code)793    assertNotNull(var12);794    795    // Regression assertion (captures the current behavior of the code)796    assertNotNull(var15);797    798    // Regression assertion (captures the current behavior of the code)799    assertTrue("'" + var17 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var17.equals("null(com.application.ciadobusao.test.EncontroTeste)"));800    801    // Regression assertion (captures the current behavior of the code)802    assertNotNull(var20);803    804    // Regression assertion (captures the current behavior of the code)805    assertNotNull(var21);806    807    // Regression assertion (captures the current behavior of the code)808    assertTrue("'" + var24 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var24.equals("null(com.application.ciadobusao.test.EncontroTeste)"));809    810    // Regression assertion (captures the current behavior of the code)811    assertNotNull(var27);812    813    // Regression assertion (captures the current behavior of the code)814    assertNotNull(var28);815    816    // Regression assertion (captures the current behavior of the code)817    assertNotNull(var32);818    819    // Regression assertion (captures the current behavior of the code)820    assertNotNull(var36);821    822    // Regression assertion (captures the current behavior of the code)823    assertNull(var40);824    825    // Regression assertion (captures the current behavior of the code)826    assertNotNull(var41);827    828    // Regression assertion (captures the current behavior of the code)829    assertNotNull(var45);830    831    // Regression assertion (captures the current behavior of the code)832    assertNotNull(var46);833    834    // Regression assertion (captures the current behavior of the code)835    assertNotNull(var47);836    837    // Regression assertion (captures the current behavior of the code)838    assertNotNull(var50);839    840    // Regression assertion (captures the current behavior of the code)841    assertTrue("'" + var52 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var52.equals("null(com.application.ciadobusao.test.EncontroTeste)"));842    843    // Regression assertion (captures the current behavior of the code)844    assertNotNull(var55);845    846    // Regression assertion (captures the current behavior of the code)847    assertNotNull(var56);848    849    // Regression assertion (captures the current behavior of the code)850    assertNotNull(var61);851    852    // Regression assertion (captures the current behavior of the code)853    assertTrue("'" + var67 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>"+ "'", var67.equals("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>"));854  }855  public void test12() throws Throwable {856    if (debug) System.out.printf("%nRandoopTest13.test12");857    junit.framework.Assert.assertEquals("hi! expected:<hi!> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<10> but was:< expected:<10> but was:<10>(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<10> but was:< expected:<10> but was:<10>(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<hi!(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)>", 1.0f, 1.0f, 100.0f);858  }859  public void test13() throws Throwable {860    if (debug) System.out.printf("%nRandoopTest13.test13");861    com.application.ciadobusao.test.EncontroTeste var0 = new com.application.ciadobusao.test.EncontroTeste();862    int var1 = var0.countTestCases();863    java.lang.String var2 = var0.getName();864    int var3 = var0.countTestCases();865    java.lang.String var4 = var0.getName();866    junit.framework.Assert.assertNotSame((java.lang.Object)var0, (java.lang.Object)true);867    junit.framework.TestResult var7 = var0.run();868    junit.framework.TestResult var8 = var0.run();869    com.application.ciadobusao.test.EncontroTeste var9 = new com.application.ciadobusao.test.EncontroTeste();870    junit.framework.TestResult var10 = var9.run();871    java.lang.String var11 = var9.toString();872    com.application.ciadobusao.test.EncontroTeste var12 = new com.application.ciadobusao.test.EncontroTeste();873    java.lang.String var13 = var12.toString();874    com.application.ciadobusao.test.EncontroTeste var14 = new com.application.ciadobusao.test.EncontroTeste();875    junit.framework.TestResult var15 = var14.run();876    var12.run(var15);877    com.application.ciadobusao.test.EncontroTeste var17 = new com.application.ciadobusao.test.EncontroTeste();878    junit.framework.TestResult var18 = var17.run();879    com.application.ciadobusao.test.EncontroTeste var19 = new com.application.ciadobusao.test.EncontroTeste();880    junit.framework.TestResult var20 = var19.run();881    var19.test();882    junit.framework.TestResult var22 = var19.run();883    var17.run(var22);884    var12.run(var22);885    var9.run(var22);886    com.application.ciadobusao.test.EncontroTeste var28 = new com.application.ciadobusao.test.EncontroTeste();887    int var29 = var28.countTestCases();888    java.lang.String var30 = var28.getName();889    junit.framework.TestResult var31 = var28.run();890    int var32 = var28.countTestCases();891    com.application.ciadobusao.test.EncontroTeste var33 = new com.application.ciadobusao.test.EncontroTeste();892    java.lang.String var34 = var33.toString();893    com.application.ciadobusao.test.EncontroTeste var35 = new com.application.ciadobusao.test.EncontroTeste();894    junit.framework.TestResult var36 = var35.run();895    var33.run(var36);896    junit.framework.Assert.assertNotSame("null(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var28, (java.lang.Object)var36);897    int var39 = var28.countTestCases();898    java.lang.Object var40 = new java.lang.Object();899    com.application.ciadobusao.test.EncontroTeste var41 = new com.application.ciadobusao.test.EncontroTeste();900    junit.framework.Assert.assertNotSame(var40, (java.lang.Object)var41);901    java.lang.String var43 = var41.toString();902    junit.framework.TestResult var44 = var41.run();903    junit.framework.Assert.assertNotSame((java.lang.Object)var28, (java.lang.Object)var44);904    junit.framework.Assert.assertNotSame((java.lang.Object)(short)100, (java.lang.Object)var44);905    var9.run(var44);906    junit.framework.TestResult var48 = var9.run();907    var9.test();908    junit.framework.Assert.assertNotSame((java.lang.Object)var0, (java.lang.Object)var9);909    // The following exception was thrown during execution.910    // This behavior will recorded for regression testing.911    try {912      var0.runBare();913      fail("Expected exception of type junit.framework.AssertionFailedError");914    } catch (junit.framework.AssertionFailedError e) {915      // Expected exception.916    }917    918    919    // Regression assertion (captures the current behavior of the code)920    assertTrue(var1 == 1);921    922    // Regression assertion (captures the current behavior of the code)923    assertNull(var2);924    925    // Regression assertion (captures the current behavior of the code)926    assertTrue(var3 == 1);927    928    // Regression assertion (captures the current behavior of the code)929    assertNull(var4);930    931    // Regression assertion (captures the current behavior of the code)932    assertNotNull(var7);933    934    // Regression assertion (captures the current behavior of the code)935    assertNotNull(var8);936    937    // Regression assertion (captures the current behavior of the code)938    assertNotNull(var10);939    940    // Regression assertion (captures the current behavior of the code)941    assertTrue("'" + var11 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var11.equals("null(com.application.ciadobusao.test.EncontroTeste)"));942    943    // Regression assertion (captures the current behavior of the code)944    assertTrue("'" + var13 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var13.equals("null(com.application.ciadobusao.test.EncontroTeste)"));945    946    // Regression assertion (captures the current behavior of the code)947    assertNotNull(var15);948    949    // Regression assertion (captures the current behavior of the code)950    assertNotNull(var18);951    952    // Regression assertion (captures the current behavior of the code)953    assertNotNull(var20);954    955    // Regression assertion (captures the current behavior of the code)956    assertNotNull(var22);957    958    // Regression assertion (captures the current behavior of the code)959    assertTrue(var29 == 1);960    961    // Regression assertion (captures the current behavior of the code)962    assertNull(var30);963    964    // Regression assertion (captures the current behavior of the code)965    assertNotNull(var31);966    967    // Regression assertion (captures the current behavior of the code)968    assertTrue(var32 == 1);969    970    // Regression assertion (captures the current behavior of the code)971    assertTrue("'" + var34 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var34.equals("null(com.application.ciadobusao.test.EncontroTeste)"));972    973    // Regression assertion (captures the current behavior of the code)974    assertNotNull(var36);975    976    // Regression assertion (captures the current behavior of the code)977    assertTrue(var39 == 1);978    979    // Regression assertion (captures the current behavior of the code)980    assertTrue("'" + var43 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var43.equals("null(com.application.ciadobusao.test.EncontroTeste)"));981    982    // Regression assertion (captures the current behavior of the code)983    assertNotNull(var44);984    985    // Regression assertion (captures the current behavior of the code)986    assertNotNull(var48);987  }988  public void test14() throws Throwable {989    if (debug) System.out.printf("%nRandoopTest13.test14");990    com.application.ciadobusao.test.EncontroTeste var3 = new com.application.ciadobusao.test.EncontroTeste();991    junit.framework.TestResult var4 = var3.run();992    junit.framework.Assert.assertNotNull("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var3);993    java.lang.String var6 = var3.toString();994    var3.test();995    junit.framework.TestResult var8 = var3.run();996    junit.framework.TestResult var9 = var3.run();997    var3.test();998    com.application.ciadobusao.test.EncontroTeste var12 = new com.application.ciadobusao.test.EncontroTeste();999    junit.framework.TestResult var13 = var12.run();1000    var12.test();1001    junit.framework.TestResult var15 = var12.run();1002    com.application.ciadobusao.test.EncontroTeste var18 = new com.application.ciadobusao.test.EncontroTeste();1003    junit.framework.TestResult var19 = var18.run();1004    junit.framework.TestResult var20 = var18.run();1005    junit.framework.TestResult var21 = var18.run();1006    com.application.ciadobusao.test.EncontroTeste var23 = new com.application.ciadobusao.test.EncontroTeste();1007    junit.framework.TestResult var24 = var23.run();1008    junit.framework.Assert.assertNotNull("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var23);1009    java.lang.String var26 = var23.toString();1010    java.lang.String var27 = junit.framework.Assert.format("null(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var21, (java.lang.Object)var23);1011    com.application.ciadobusao.test.EncontroTeste var28 = new com.application.ciadobusao.test.EncontroTeste();1012    junit.framework.TestResult var29 = var28.run();1013    junit.framework.TestResult var30 = var28.run();1014    java.lang.String var31 = junit.framework.Assert.format("null(com.application.ciadobusao.test.EncontroTeste) expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:< >", (java.lang.Object)var21, (java.lang.Object)var30);1015    var12.run(var30);1016    var12.test();1017    java.lang.String var34 = var12.getName();1018    com.application.ciadobusao.test.EncontroTeste var35 = new com.application.ciadobusao.test.EncontroTeste();1019    java.lang.String var36 = var35.toString();1020    com.application.ciadobusao.test.EncontroTeste var37 = new com.application.ciadobusao.test.EncontroTeste();1021    junit.framework.TestResult var38 = var37.run();1022    var35.run(var38);1023    var35.test();1024    junit.framework.Assert.assertNotSame(" expected:<10> but was:<10>", (java.lang.Object)var12, (java.lang.Object)var35);1025    var35.setName("null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>");1026    junit.framework.TestResult var44 = var35.run();1027    junit.framework.Assert.assertNotSame("null(com.application.ciadobusao.test.EncontroTeste) expected:<1.0> but was:<0> expected:<hi!(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var3, (java.lang.Object)var44);1028    // The following exception was thrown during execution.1029    // This behavior will recorded for regression testing.1030    try {1031      junit.framework.Assert.assertNull("hi!(com.application.ciadobusao.test.EncontroTeste) expected:<1> but was:<hi!(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:< >>(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var44);1032      fail("Expected exception of type junit.framework.AssertionFailedError");1033    } catch (junit.framework.AssertionFailedError e) {1034      // Expected exception.1035    }1036    1037    1038    // Regression assertion (captures the current behavior of the code)1039    assertNotNull(var4);1040    1041    // Regression assertion (captures the current behavior of the code)1042    assertTrue("'" + var6 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var6.equals("null(com.application.ciadobusao.test.EncontroTeste)"));1043    1044    // Regression assertion (captures the current behavior of the code)1045    assertNotNull(var8);1046    1047    // Regression assertion (captures the current behavior of the code)1048    assertNotNull(var9);1049    1050    // Regression assertion (captures the current behavior of the code)1051    assertNotNull(var13);1052    1053    // Regression assertion (captures the current behavior of the code)1054    assertNotNull(var15);1055    1056    // Regression assertion (captures the current behavior of the code)1057    assertNotNull(var19);1058    1059    // Regression assertion (captures the current behavior of the code)1060    assertNotNull(var20);1061    1062    // Regression assertion (captures the current behavior of the code)1063    assertNotNull(var21);1064    1065    // Regression assertion (captures the current behavior of the code)1066    assertNotNull(var24);1067    1068    // Regression assertion (captures the current behavior of the code)1069    assertTrue("'" + var26 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var26.equals("null(com.application.ciadobusao.test.EncontroTeste)"));1070    1071    // Regression assertion (captures the current behavior of the code)1072    assertNotNull(var29);1073    1074    // Regression assertion (captures the current behavior of the code)1075    assertNotNull(var30);1076    1077    // Regression assertion (captures the current behavior of the code)1078    assertNull(var34);1079    1080    // Regression assertion (captures the current behavior of the code)1081    assertTrue("'" + var36 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var36.equals("null(com.application.ciadobusao.test.EncontroTeste)"));1082    1083    // Regression assertion (captures the current behavior of the code)1084    assertNotNull(var38);1085    1086    // Regression assertion (captures the current behavior of the code)1087    assertNotNull(var44);1088  }1089  public void test15() throws Throwable {1090    if (debug) System.out.printf("%nRandoopTest13.test15");1091    junit.framework.Assert.assertEquals("hi!(com.application.ciadobusao.test.EncontroTeste) expected:<1> but was:<hi!(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:< >>(com.application.ciadobusao.test.EncontroTeste)", 'a', 'a');1092  }1093  public void test16() throws Throwable {1094    if (debug) System.out.printf("%nRandoopTest13.test16");1095    com.application.ciadobusao.test.EncontroTeste var0 = new com.application.ciadobusao.test.EncontroTeste();1096    java.lang.String var1 = var0.toString();1097    var0.setName(" expected:<10> but was:<10>");1098    junit.framework.TestResult var4 = var0.run();1099    var0.setName("null(com.application.ciadobusao.test.EncontroTeste)");1100    java.lang.String var7 = var0.toString();1101    int var8 = var0.countTestCases();1102    var0.setName("hi!(com.application.ciadobusao.test.EncontroTeste) expected:<1> but was:<hi!(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:< >>");1103    java.lang.String var11 = var0.toString();1104    junit.framework.Assert.assertNotNull((java.lang.Object)var0);1105    1106    // Regression assertion (captures the current behavior of the code)1107    assertTrue("'" + var1 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var1.equals("null(com.application.ciadobusao.test.EncontroTeste)"));1108    1109    // Regression assertion (captures the current behavior of the code)1110    assertNotNull(var4);1111    1112    // Regression assertion (captures the current behavior of the code)1113    assertTrue("'" + var7 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"+ "'", var7.equals("null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"));1114    1115    // Regression assertion (captures the current behavior of the code)1116    assertTrue(var8 == 1);1117    1118    // Regression assertion (captures the current behavior of the code)1119    assertTrue("'" + var11 + "' != '" + "hi!(com.application.ciadobusao.test.EncontroTeste) expected:<1> but was:<hi!(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:< >>(com.application.ciadobusao.test.EncontroTeste)"+ "'", var11.equals("hi!(com.application.ciadobusao.test.EncontroTeste) expected:<1> but was:<hi!(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:< >>(com.application.ciadobusao.test.EncontroTeste)"));1120  }1121  public void test17() throws Throwable {1122    if (debug) System.out.printf("%nRandoopTest13.test17");1123    // The following exception was thrown during execution.1124    // This behavior will recorded for regression testing.1125    try {1126      junit.framework.Assert.failSame("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>> expected:<> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)>");1127      fail("Expected exception of type junit.framework.AssertionFailedError");1128    } catch (junit.framework.AssertionFailedError e) {1129      // Expected exception.1130    }1131  }1132  public void test18() throws Throwable {1133    if (debug) System.out.printf("%nRandoopTest13.test18");1134    com.application.ciadobusao.test.EncontroTeste var1 = new com.application.ciadobusao.test.EncontroTeste();1135    java.lang.String var2 = var1.toString();1136    var1.setName("null(com.application.ciadobusao.test.EncontroTeste)");1137    com.application.ciadobusao.test.EncontroTeste var6 = new com.application.ciadobusao.test.EncontroTeste();1138    junit.framework.TestResult var7 = var6.run();1139    junit.framework.TestResult var8 = var6.run();1140    junit.framework.Assert.assertNotNull("null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var6);1141    com.application.ciadobusao.test.EncontroTeste var11 = new com.application.ciadobusao.test.EncontroTeste();1142    java.lang.String var12 = var11.toString();1143    com.application.ciadobusao.test.EncontroTeste var13 = new com.application.ciadobusao.test.EncontroTeste();1144    junit.framework.TestResult var14 = var13.run();1145    var11.run(var14);1146    junit.framework.Assert.assertNotNull("hi! expected:<100> but was:<10>", (java.lang.Object)var14);1147    var6.run(var14);1148    var6.test();1149    com.application.ciadobusao.test.EncontroTeste var20 = new com.application.ciadobusao.test.EncontroTeste();1150    java.lang.String var21 = var20.toString();1151    com.application.ciadobusao.test.EncontroTeste var22 = new com.application.ciadobusao.test.EncontroTeste();1152    junit.framework.TestResult var23 = var22.run();1153    var20.run(var23);1154    com.application.ciadobusao.test.EncontroTeste var25 = new com.application.ciadobusao.test.EncontroTeste();1155    junit.framework.TestResult var26 = var25.run();1156    com.application.ciadobusao.test.EncontroTeste var27 = new com.application.ciadobusao.test.EncontroTeste();1157    junit.framework.TestResult var28 = var27.run();1158    var27.test();1159    junit.framework.TestResult var30 = var27.run();1160    var25.run(var30);1161    var20.run(var30);1162    junit.framework.Assert.assertNotNull("null(com.application.ciadobusao.test.EncontroTeste) expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:< >", (java.lang.Object)var20);1163    var20.setName("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>");1164    java.lang.String var36 = var20.toString();1165    junit.framework.Assert.assertNotSame((java.lang.Object)var6, (java.lang.Object)var20);1166    junit.framework.Assert.assertNotSame("hi! expected:<100> but was:<10> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:< expected:<10> but was:<10>>", (java.lang.Object)var1, (java.lang.Object)var6);1167    java.lang.Object var39 = new java.lang.Object();1168    com.application.ciadobusao.test.EncontroTeste var40 = new com.application.ciadobusao.test.EncontroTeste();1169    junit.framework.Assert.assertNotSame(var39, (java.lang.Object)var40);1170    java.lang.String var42 = var40.toString();1171    java.lang.String var43 = var40.toString();1172    var40.setName("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>>");1173    junit.framework.Assert.assertNotSame((java.lang.Object)"hi! expected:<100> but was:<10> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:< expected:<10> but was:<10>>", (java.lang.Object)var40);1174    // The following exception was thrown during execution.1175    // This behavior will recorded for regression testing.1176    try {1177      junit.framework.Assert.assertNull((java.lang.Object)var40);1178      fail("Expected exception of type junit.framework.AssertionFailedError");1179    } catch (junit.framework.AssertionFailedError e) {1180      // Expected exception.1181    }1182    1183    1184    // Regression assertion (captures the current behavior of the code)1185    assertTrue("'" + var2 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var2.equals("null(com.application.ciadobusao.test.EncontroTeste)"));1186    1187    // Regression assertion (captures the current behavior of the code)1188    assertNotNull(var7);1189    1190    // Regression assertion (captures the current behavior of the code)1191    assertNotNull(var8);1192    1193    // Regression assertion (captures the current behavior of the code)1194    assertTrue("'" + var12 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var12.equals("null(com.application.ciadobusao.test.EncontroTeste)"));1195    1196    // Regression assertion (captures the current behavior of the code)1197    assertNotNull(var14);1198    1199    // Regression assertion (captures the current behavior of the code)1200    assertTrue("'" + var21 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var21.equals("null(com.application.ciadobusao.test.EncontroTeste)"));1201    1202    // Regression assertion (captures the current behavior of the code)1203    assertNotNull(var23);1204    1205    // Regression assertion (captures the current behavior of the code)1206    assertNotNull(var26);1207    1208    // Regression assertion (captures the current behavior of the code)1209    assertNotNull(var28);1210    1211    // Regression assertion (captures the current behavior of the code)1212    assertNotNull(var30);1213    1214    // Regression assertion (captures the current behavior of the code)1215    assertTrue("'" + var36 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)"+ "'", var36.equals("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)"));1216    1217    // Regression assertion (captures the current behavior of the code)1218    assertTrue("'" + var42 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var42.equals("null(com.application.ciadobusao.test.EncontroTeste)"));1219    1220    // Regression assertion (captures the current behavior of the code)1221    assertTrue("'" + var43 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var43.equals("null(com.application.ciadobusao.test.EncontroTeste)"));1222  }1223  public void test19() throws Throwable {1224    if (debug) System.out.printf("%nRandoopTest13.test19");1225    // The following exception was thrown during execution.1226    // This behavior will recorded for regression testing.1227    try {1228      junit.framework.Assert.assertEquals("null(com.application.ciadobusao.test.EncontroTeste) expected:<1.0> but was:<0>", " expected:<10> but was:<10>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:< expected:<10> but was:<10>>", "hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>>");1229      fail("Expected exception of type junit.framework.ComparisonFailure");1230    } catch (junit.framework.ComparisonFailure e) {1231      // Expected exception.1232    }1233  }1234  public void test20() throws Throwable {1235    if (debug) System.out.printf("%nRandoopTest13.test20");1236    com.application.ciadobusao.test.EncontroTeste var1 = new com.application.ciadobusao.test.EncontroTeste();1237    junit.framework.TestResult var2 = var1.run();1238    var1.setName("null(com.application.ciadobusao.test.EncontroTeste)");1239    junit.framework.TestResult var5 = var1.run();1240    com.application.ciadobusao.test.EncontroTeste var8 = new com.application.ciadobusao.test.EncontroTeste();1241    junit.framework.TestResult var9 = var8.run();1242    junit.framework.TestResult var10 = var8.run();1243    junit.framework.TestResult var11 = var8.run();1244    com.application.ciadobusao.test.EncontroTeste var13 = new com.application.ciadobusao.test.EncontroTeste();1245    junit.framework.TestResult var14 = var13.run();1246    junit.framework.Assert.assertNotNull("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var13);1247    java.lang.String var16 = var13.toString();1248    java.lang.String var17 = junit.framework.Assert.format("null(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var11, (java.lang.Object)var13);1249    com.application.ciadobusao.test.EncontroTeste var18 = new com.application.ciadobusao.test.EncontroTeste();1250    junit.framework.TestResult var19 = var18.run();1251    junit.framework.TestResult var20 = var18.run();1252    java.lang.String var21 = junit.framework.Assert.format("null(com.application.ciadobusao.test.EncontroTeste) expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:< >", (java.lang.Object)var11, (java.lang.Object)var20);1253    var1.run(var11);1254    java.lang.String var23 = var1.getName();1255    java.lang.String var24 = var1.toString();1256    com.application.ciadobusao.test.EncontroTeste var25 = new com.application.ciadobusao.test.EncontroTeste();1257    junit.framework.TestResult var26 = var25.run();1258    var25.test();1259    junit.framework.TestResult var28 = var25.run();1260    com.application.ciadobusao.test.EncontroTeste var31 = new com.application.ciadobusao.test.EncontroTeste();1261    junit.framework.TestResult var32 = var31.run();1262    junit.framework.TestResult var33 = var31.run();1263    junit.framework.TestResult var34 = var31.run();1264    com.application.ciadobusao.test.EncontroTeste var36 = new com.application.ciadobusao.test.EncontroTeste();1265    junit.framework.TestResult var37 = var36.run();1266    junit.framework.Assert.assertNotNull("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var36);1267    java.lang.String var39 = var36.toString();1268    java.lang.String var40 = junit.framework.Assert.format("null(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var34, (java.lang.Object)var36);1269    com.application.ciadobusao.test.EncontroTeste var41 = new com.application.ciadobusao.test.EncontroTeste();1270    junit.framework.TestResult var42 = var41.run();1271    junit.framework.TestResult var43 = var41.run();1272    java.lang.String var44 = junit.framework.Assert.format("null(com.application.ciadobusao.test.EncontroTeste) expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:< >", (java.lang.Object)var34, (java.lang.Object)var43);1273    var25.run(var43);1274    var25.test();1275    var25.setName("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>");1276    java.lang.String var49 = junit.framework.Assert.format("hi! expected:<100> but was:<10> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:< expected:<10> but was:<10>> expected:<hi!(com.application.ciadobusao.test.EncontroTeste)> but was:<hi!(com.application.ciadobusao.test.EncontroTeste) expected:<1> but was:<hi!(com.application.ciadobusao.test.EncontroTeste)>(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<hi!> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var24, (java.lang.Object)var25);1277    // The following exception was thrown during execution.1278    // This behavior will recorded for regression testing.1279    try {1280      var25.runBare();1281      fail("Expected exception of type junit.framework.AssertionFailedError");1282    } catch (junit.framework.AssertionFailedError e) {1283      // Expected exception.1284    }1285    1286    1287    // Regression assertion (captures the current behavior of the code)1288    assertNotNull(var2);1289    1290    // Regression assertion (captures the current behavior of the code)1291    assertNotNull(var5);1292    1293    // Regression assertion (captures the current behavior of the code)1294    assertNotNull(var9);1295    1296    // Regression assertion (captures the current behavior of the code)1297    assertNotNull(var10);1298    1299    // Regression assertion (captures the current behavior of the code)1300    assertNotNull(var11);1301    1302    // Regression assertion (captures the current behavior of the code)1303    assertNotNull(var14);1304    1305    // Regression assertion (captures the current behavior of the code)1306    assertTrue("'" + var16 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var16.equals("null(com.application.ciadobusao.test.EncontroTeste)"));1307    1308    // Regression assertion (captures the current behavior of the code)1309    assertNotNull(var19);1310    1311    // Regression assertion (captures the current behavior of the code)1312    assertNotNull(var20);1313    1314    // Regression assertion (captures the current behavior of the code)1315    assertTrue("'" + var23 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var23.equals("null(com.application.ciadobusao.test.EncontroTeste)"));1316    1317    // Regression assertion (captures the current behavior of the code)1318    assertTrue("'" + var24 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"+ "'", var24.equals("null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"));1319    1320    // Regression assertion (captures the current behavior of the code)1321    assertNotNull(var26);1322    1323    // Regression assertion (captures the current behavior of the code)1324    assertNotNull(var28);1325    1326    // Regression assertion (captures the current behavior of the code)1327    assertNotNull(var32);1328    1329    // Regression assertion (captures the current behavior of the code)1330    assertNotNull(var33);1331    1332    // Regression assertion (captures the current behavior of the code)1333    assertNotNull(var34);1334    1335    // Regression assertion (captures the current behavior of the code)1336    assertNotNull(var37);1337    1338    // Regression assertion (captures the current behavior of the code)1339    assertTrue("'" + var39 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var39.equals("null(com.application.ciadobusao.test.EncontroTeste)"));1340    1341    // Regression assertion (captures the current behavior of the code)1342    assertNotNull(var42);1343    1344    // Regression assertion (captures the current behavior of the code)1345    assertNotNull(var43);1346    1347    // Regression assertion (captures the current behavior of the code)1348    assertTrue("'" + var49 + "' != '" + "hi! expected:<100> but was:<10> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:< expected:<10> but was:<10>> expected:<hi!(com.application.ciadobusao.test.EncontroTeste)> but was:<hi!(com.application.ciadobusao.test.EncontroTeste) expected:<1> but was:<hi!(com.application.ciadobusao.test.EncontroTeste)>(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<hi!> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>(com.application.ciadobusao.test.EncontroTeste)>"+ "'", var49.equals("hi! expected:<100> but was:<10> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:< expected:<10> but was:<10>> expected:<hi!(com.application.ciadobusao.test.EncontroTeste)> but was:<hi!(com.application.ciadobusao.test.EncontroTeste) expected:<1> but was:<hi!(com.application.ciadobusao.test.EncontroTeste)>(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<hi!> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>(com.application.ciadobusao.test.EncontroTeste)>"));1349  }1350  public void test21() throws Throwable {1351    if (debug) System.out.printf("%nRandoopTest13.test21");1352    com.application.ciadobusao.test.EncontroTeste var2 = new com.application.ciadobusao.test.EncontroTeste();1353    int var3 = var2.countTestCases();1354    java.lang.String var4 = var2.getName();1355    junit.framework.TestResult var5 = var2.run();1356    int var6 = var2.countTestCases();1357    com.application.ciadobusao.test.EncontroTeste var7 = new com.application.ciadobusao.test.EncontroTeste();1358    java.lang.String var8 = var7.toString();1359    com.application.ciadobusao.test.EncontroTeste var9 = new com.application.ciadobusao.test.EncontroTeste();1360    junit.framework.TestResult var10 = var9.run();1361    var7.run(var10);1362    junit.framework.Assert.assertNotSame("null(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var2, (java.lang.Object)var10);1363    int var13 = var2.countTestCases();1364    com.application.ciadobusao.test.EncontroTeste var14 = new com.application.ciadobusao.test.EncontroTeste();1365    junit.framework.Assert.assertNotNull((java.lang.Object)var14);1366    java.lang.String var16 = junit.framework.Assert.format("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var2, (java.lang.Object)var14);1367    java.lang.String var17 = var2.getName();1368    com.application.ciadobusao.test.EncontroTeste var19 = new com.application.ciadobusao.test.EncontroTeste();1369    java.lang.String var20 = var19.toString();1370    var19.setName(" expected:<10> but was:<10>");1371    junit.framework.TestResult var23 = var19.run();1372    var19.setName("null(com.application.ciadobusao.test.EncontroTeste)");1373    java.lang.String var26 = var19.toString();1374    int var27 = var19.countTestCases();1375    java.lang.String var28 = var19.getName();1376    var19.setName("null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>");1377    junit.framework.TestResult var31 = var19.run();1378    com.application.ciadobusao.test.EncontroTeste var32 = new com.application.ciadobusao.test.EncontroTeste();1379    java.lang.String var33 = var32.toString();1380    com.application.ciadobusao.test.EncontroTeste var34 = new com.application.ciadobusao.test.EncontroTeste();1381    junit.framework.TestResult var35 = var34.run();1382    var32.run(var35);1383    com.application.ciadobusao.test.EncontroTeste var37 = new com.application.ciadobusao.test.EncontroTeste();1384    junit.framework.TestResult var38 = var37.run();1385    com.application.ciadobusao.test.EncontroTeste var39 = new com.application.ciadobusao.test.EncontroTeste();1386    junit.framework.TestResult var40 = var39.run();1387    var39.test();1388    junit.framework.TestResult var42 = var39.run();1389    var37.run(var42);1390    var32.run(var42);1391    java.lang.String var45 = var32.toString();1392    java.lang.Object var46 = new java.lang.Object();1393    com.application.ciadobusao.test.EncontroTeste var47 = new com.application.ciadobusao.test.EncontroTeste();1394    junit.framework.Assert.assertNotSame(var46, (java.lang.Object)var47);1395    java.lang.String var49 = var47.toString();1396    junit.framework.TestResult var50 = var47.run();1397    com.application.ciadobusao.test.EncontroTeste var52 = new com.application.ciadobusao.test.EncontroTeste();1398    junit.framework.TestResult var53 = var52.run();1399    var52.test();1400    java.lang.String var55 = var52.toString();1401    com.application.ciadobusao.test.EncontroTeste var56 = new com.application.ciadobusao.test.EncontroTeste();1402    junit.framework.TestResult var57 = var56.run();1403    junit.framework.TestResult var58 = var56.run();1404    junit.framework.TestResult var59 = var56.run();1405    var52.run(var59);1406    junit.framework.Assert.assertNotSame("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>", (java.lang.Object)var52, (java.lang.Object)(byte)100);1407    junit.framework.Assert.assertNotSame((java.lang.Object)var50, (java.lang.Object)(byte)100);1408    junit.framework.Assert.assertNotSame((java.lang.Object)var50, (java.lang.Object)0.0f);1409    var32.run(var50);1410    com.application.ciadobusao.test.EncontroTeste var67 = new com.application.ciadobusao.test.EncontroTeste();1411    junit.framework.TestResult var68 = var67.run();1412    var67.test();1413    junit.framework.TestResult var70 = var67.run();1414    int var71 = var67.countTestCases();1415    var67.setName("null(com.application.ciadobusao.test.EncontroTeste) expected:<1.0> but was:<0>");1416    com.application.ciadobusao.test.EncontroTeste var75 = new com.application.ciadobusao.test.EncontroTeste();1417    junit.framework.TestResult var76 = var75.run();1418    junit.framework.TestResult var77 = var75.run();1419    junit.framework.TestResult var78 = var75.run();1420    java.lang.Object var81 = new java.lang.Object();1421    com.application.ciadobusao.test.EncontroTeste var82 = new com.application.ciadobusao.test.EncontroTeste();1422    junit.framework.Assert.assertNotSame(var81, (java.lang.Object)var82);1423    java.lang.String var84 = junit.framework.Assert.format("hi!", (java.lang.Object)(-1), (java.lang.Object)var82);1424    java.lang.String var85 = var82.getName();1425    junit.framework.Assert.assertNotSame("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var78, (java.lang.Object)var82);1426    var67.run(var78);1427    junit.framework.Assert.assertNotSame((java.lang.Object)var50, (java.lang.Object)var67);1428    junit.framework.Assert.assertNotNull((java.lang.Object)var67);1429    java.lang.String var90 = junit.framework.Assert.format("null(com.application.ciadobusao.test.EncontroTeste) expected:<1.0> but was:<0>", (java.lang.Object)var19, (java.lang.Object)var67);1430    java.lang.String var91 = var19.getName();1431    junit.framework.Assert.assertNotSame((java.lang.Object)var2, (java.lang.Object)var91);1432    1433    // Regression assertion (captures the current behavior of the code)1434    assertTrue(var3 == 1);1435    1436    // Regression assertion (captures the current behavior of the code)1437    assertNull(var4);1438    1439    // Regression assertion (captures the current behavior of the code)1440    assertNotNull(var5);1441    1442    // Regression assertion (captures the current behavior of the code)1443    assertTrue(var6 == 1);1444    1445    // Regression assertion (captures the current behavior of the code)1446    assertTrue("'" + var8 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var8.equals("null(com.application.ciadobusao.test.EncontroTeste)"));1447    1448    // Regression assertion (captures the current behavior of the code)1449    assertNotNull(var10);1450    1451    // Regression assertion (captures the current behavior of the code)1452    assertTrue(var13 == 1);1453    1454    // Regression assertion (captures the current behavior of the code)1455    assertTrue("'" + var16 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)>"+ "'", var16.equals("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)>"));1456    1457    // Regression assertion (captures the current behavior of the code)1458    assertNull(var17);1459    1460    // Regression assertion (captures the current behavior of the code)1461    assertTrue("'" + var20 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var20.equals("null(com.application.ciadobusao.test.EncontroTeste)"));1462    1463    // Regression assertion (captures the current behavior of the code)1464    assertNotNull(var23);1465    1466    // Regression assertion (captures the current behavior of the code)1467    assertTrue("'" + var26 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"+ "'", var26.equals("null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"));1468    1469    // Regression assertion (captures the current behavior of the code)1470    assertTrue(var27 == 1);1471    1472    // Regression assertion (captures the current behavior of the code)1473    assertTrue("'" + var28 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var28.equals("null(com.application.ciadobusao.test.EncontroTeste)"));1474    1475    // Regression assertion (captures the current behavior of the code)1476    assertNotNull(var31);1477    1478    // Regression assertion (captures the current behavior of the code)1479    assertTrue("'" + var33 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var33.equals("null(com.application.ciadobusao.test.EncontroTeste)"));1480    1481    // Regression assertion (captures the current behavior of the code)1482    assertNotNull(var35);1483    1484    // Regression assertion (captures the current behavior of the code)1485    assertNotNull(var38);1486    1487    // Regression assertion (captures the current behavior of the code)1488    assertNotNull(var40);1489    1490    // Regression assertion (captures the current behavior of the code)1491    assertNotNull(var42);1492    1493    // Regression assertion (captures the current behavior of the code)1494    assertTrue("'" + var45 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var45.equals("null(com.application.ciadobusao.test.EncontroTeste)"));1495    1496    // Regression assertion (captures the current behavior of the code)1497    assertTrue("'" + var49 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var49.equals("null(com.application.ciadobusao.test.EncontroTeste)"));1498    1499    // Regression assertion (captures the current behavior of the code)1500    assertNotNull(var50);1501    1502    // Regression assertion (captures the current behavior of the code)1503    assertNotNull(var53);1504    1505    // Regression assertion (captures the current behavior of the code)1506    assertTrue("'" + var55 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var55.equals("null(com.application.ciadobusao.test.EncontroTeste)"));1507    1508    // Regression assertion (captures the current behavior of the code)1509    assertNotNull(var57);1510    1511    // Regression assertion (captures the current behavior of the code)1512    assertNotNull(var58);1513    1514    // Regression assertion (captures the current behavior of the code)1515    assertNotNull(var59);1516    1517    // Regression assertion (captures the current behavior of the code)1518    assertNotNull(var68);1519    1520    // Regression assertion (captures the current behavior of the code)1521    assertNotNull(var70);1522    1523    // Regression assertion (captures the current behavior of the code)1524    assertTrue(var71 == 1);1525    1526    // Regression assertion (captures the current behavior of the code)1527    assertNotNull(var76);1528    1529    // Regression assertion (captures the current behavior of the code)1530    assertNotNull(var77);1531    1532    // Regression assertion (captures the current behavior of the code)1533    assertNotNull(var78);1534    1535    // Regression assertion (captures the current behavior of the code)1536    assertTrue("'" + var84 + "' != '" + "hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>"+ "'", var84.equals("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>"));1537    1538    // Regression assertion (captures the current behavior of the code)1539    assertNull(var85);1540    1541    // Regression assertion (captures the current behavior of the code)1542    assertTrue("'" + var90 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste) expected:<1.0> but was:<0> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<1.0> but was:<0>(com.application.ciadobusao.test.EncontroTeste)>"+ "'", var90.equals("null(com.application.ciadobusao.test.EncontroTeste) expected:<1.0> but was:<0> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<1.0> but was:<0>(com.application.ciadobusao.test.EncontroTeste)>"));1543    1544    // Regression assertion (captures the current behavior of the code)1545    assertTrue("'" + var91 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>"+ "'", var91.equals("null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>"));1546  }1547  public void test22() throws Throwable {1548    if (debug) System.out.printf("%nRandoopTest13.test22");1549    com.application.ciadobusao.test.EncontroTeste var1 = new com.application.ciadobusao.test.EncontroTeste();1550    junit.framework.TestResult var2 = var1.run();1551    java.lang.String var3 = var1.toString();1552    com.application.ciadobusao.test.EncontroTeste var4 = new com.application.ciadobusao.test.EncontroTeste();1553    java.lang.String var5 = var4.toString();1554    com.application.ciadobusao.test.EncontroTeste var6 = new com.application.ciadobusao.test.EncontroTeste();1555    junit.framework.TestResult var7 = var6.run();1556    var4.run(var7);1557    com.application.ciadobusao.test.EncontroTeste var9 = new com.application.ciadobusao.test.EncontroTeste();1558    junit.framework.TestResult var10 = var9.run();1559    com.application.ciadobusao.test.EncontroTeste var11 = new com.application.ciadobusao.test.EncontroTeste();1560    junit.framework.TestResult var12 = var11.run();1561    var11.test();1562    junit.framework.TestResult var14 = var11.run();1563    var9.run(var14);1564    var4.run(var14);1565    var1.run(var14);1566    com.application.ciadobusao.test.EncontroTeste var20 = new com.application.ciadobusao.test.EncontroTeste();1567    int var21 = var20.countTestCases();1568    java.lang.String var22 = var20.getName();1569    junit.framework.TestResult var23 = var20.run();1570    int var24 = var20.countTestCases();1571    com.application.ciadobusao.test.EncontroTeste var25 = new com.application.ciadobusao.test.EncontroTeste();1572    java.lang.String var26 = var25.toString();1573    com.application.ciadobusao.test.EncontroTeste var27 = new com.application.ciadobusao.test.EncontroTeste();1574    junit.framework.TestResult var28 = var27.run();1575    var25.run(var28);1576    junit.framework.Assert.assertNotSame("null(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var20, (java.lang.Object)var28);1577    int var31 = var20.countTestCases();1578    java.lang.Object var32 = new java.lang.Object();1579    com.application.ciadobusao.test.EncontroTeste var33 = new com.application.ciadobusao.test.EncontroTeste();1580    junit.framework.Assert.assertNotSame(var32, (java.lang.Object)var33);1581    java.lang.String var35 = var33.toString();1582    junit.framework.TestResult var36 = var33.run();1583    junit.framework.Assert.assertNotSame((java.lang.Object)var20, (java.lang.Object)var36);1584    junit.framework.Assert.assertNotSame((java.lang.Object)(short)100, (java.lang.Object)var36);1585    var1.run(var36);1586    junit.framework.TestResult var40 = var1.run();1587    int var41 = var1.countTestCases();1588    var1.test();1589    com.application.ciadobusao.test.EncontroTeste var46 = new com.application.ciadobusao.test.EncontroTeste();1590    java.lang.String var47 = var46.toString();1591    com.application.ciadobusao.test.EncontroTeste var48 = new com.application.ciadobusao.test.EncontroTeste();1592    junit.framework.TestResult var49 = var48.run();1593    var46.run(var49);1594    com.application.ciadobusao.test.EncontroTeste var51 = new com.application.ciadobusao.test.EncontroTeste();1595    junit.framework.TestResult var52 = var51.run();1596    com.application.ciadobusao.test.EncontroTeste var53 = new com.application.ciadobusao.test.EncontroTeste();1597    junit.framework.TestResult var54 = var53.run();1598    var53.test();1599    junit.framework.TestResult var56 = var53.run();1600    var51.run(var56);1601    var46.run(var56);1602    java.lang.String var59 = var46.toString();1603    int var60 = var46.countTestCases();1604    var46.test();1605    int var62 = var46.countTestCases();1606    junit.framework.Assert.assertNotNull("null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>", (java.lang.Object)var46);1607    junit.framework.Assert.assertNotNull("hi! expected:<100> but was:<10> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:< expected:<10> but was:<10>> expected:<hi!(com.application.ciadobusao.test.EncontroTeste)> but was:<hi!(com.application.ciadobusao.test.EncontroTeste) expected:<1> but was:<hi!(com.application.ciadobusao.test.EncontroTeste)>(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<hi!> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var46);1608    var46.setName(" expected:<10> but was:<10>");1609    com.application.ciadobusao.test.EncontroTeste var67 = new com.application.ciadobusao.test.EncontroTeste();1610    int var68 = var67.countTestCases();1611    java.lang.String var69 = var67.getName();1612    junit.framework.TestResult var70 = var67.run();1613    junit.framework.Assert.assertNotNull((java.lang.Object)var67);1614    junit.framework.Assert.assertNotSame("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:< expected:<10> but was:<10>> expected:<hi!(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)" expected:<10> but was:<10>", (java.lang.Object)var67);1615    java.lang.String var73 = var67.toString();1616    // The following exception was thrown during execution.1617    // This behavior will recorded for regression testing.1618    try {1619      junit.framework.Assert.assertSame("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true> expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<1.0> but was:<0>> but was:<100>", (java.lang.Object)var1, (java.lang.Object)var67);1620      fail("Expected exception of type junit.framework.AssertionFailedError");1621    } catch (junit.framework.AssertionFailedError e) {1622      // Expected exception.1623    }1624    1625    1626    // Regression assertion (captures the current behavior of the code)1627    assertNotNull(var2);1628    1629    // Regression assertion (captures the current behavior of the code)1630    assertTrue("'" + var3 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var3.equals("null(com.application.ciadobusao.test.EncontroTeste)"));1631    1632    // Regression assertion (captures the current behavior of the code)1633    assertTrue("'" + var5 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var5.equals("null(com.application.ciadobusao.test.EncontroTeste)"));1634    1635    // Regression assertion (captures the current behavior of the code)1636    assertNotNull(var7);1637    1638    // Regression assertion (captures the current behavior of the code)1639    assertNotNull(var10);1640    1641    // Regression assertion (captures the current behavior of the code)1642    assertNotNull(var12);1643    1644    // Regression assertion (captures the current behavior of the code)1645    assertNotNull(var14);1646    1647    // Regression assertion (captures the current behavior of the code)1648    assertTrue(var21 == 1);1649    1650    // Regression assertion (captures the current behavior of the code)1651    assertNull(var22);1652    1653    // Regression assertion (captures the current behavior of the code)1654    assertNotNull(var23);1655    1656    // Regression assertion (captures the current behavior of the code)1657    assertTrue(var24 == 1);1658    1659    // Regression assertion (captures the current behavior of the code)1660    assertTrue("'" + var26 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var26.equals("null(com.application.ciadobusao.test.EncontroTeste)"));1661    1662    // Regression assertion (captures the current behavior of the code)1663    assertNotNull(var28);1664    1665    // Regression assertion (captures the current behavior of the code)1666    assertTrue(var31 == 1);1667    1668    // Regression assertion (captures the current behavior of the code)1669    assertTrue("'" + var35 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var35.equals("null(com.application.ciadobusao.test.EncontroTeste)"));1670    1671    // Regression assertion (captures the current behavior of the code)1672    assertNotNull(var36);1673    1674    // Regression assertion (captures the current behavior of the code)1675    assertNotNull(var40);1676    1677    // Regression assertion (captures the current behavior of the code)1678    assertTrue(var41 == 1);1679    1680    // Regression assertion (captures the current behavior of the code)1681    assertTrue("'" + var47 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var47.equals("null(com.application.ciadobusao.test.EncontroTeste)"));1682    1683    // Regression assertion (captures the current behavior of the code)1684    assertNotNull(var49);1685    1686    // Regression assertion (captures the current behavior of the code)1687    assertNotNull(var52);1688    1689    // Regression assertion (captures the current behavior of the code)1690    assertNotNull(var54);1691    1692    // Regression assertion (captures the current behavior of the code)1693    assertNotNull(var56);1694    1695    // Regression assertion (captures the current behavior of the code)1696    assertTrue("'" + var59 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var59.equals("null(com.application.ciadobusao.test.EncontroTeste)"));1697    1698    // Regression assertion (captures the current behavior of the code)1699    assertTrue(var60 == 1);1700    1701    // Regression assertion (captures the current behavior of the code)1702    assertTrue(var62 == 1);1703    1704    // Regression assertion (captures the current behavior of the code)1705    assertTrue(var68 == 1);1706    1707    // Regression assertion (captures the current behavior of the code)1708    assertNull(var69);1709    1710    // Regression assertion (captures the current behavior of the code)1711    assertNotNull(var70);1712    1713    // Regression assertion (captures the current behavior of the code)1714    assertTrue("'" + var73 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var73.equals("null(com.application.ciadobusao.test.EncontroTeste)"));1715  }1716  public void test23() throws Throwable {1717    if (debug) System.out.printf("%nRandoopTest13.test23");1718    junit.framework.Assert.assertEquals("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true> expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)>", 0L, 0L);1719  }1720  public void test24() throws Throwable {1721    if (debug) System.out.printf("%nRandoopTest13.test24");1722    com.application.ciadobusao.test.EncontroTeste var2 = new com.application.ciadobusao.test.EncontroTeste();1723    java.lang.String var3 = var2.toString();1724    com.application.ciadobusao.test.EncontroTeste var4 = new com.application.ciadobusao.test.EncontroTeste();1725    junit.framework.TestResult var5 = var4.run();1726    var2.run(var5);1727    com.application.ciadobusao.test.EncontroTeste var7 = new com.application.ciadobusao.test.EncontroTeste();1728    junit.framework.TestResult var8 = var7.run();1729    com.application.ciadobusao.test.EncontroTeste var9 = new com.application.ciadobusao.test.EncontroTeste();1730    junit.framework.TestResult var10 = var9.run();1731    var9.test();1732    junit.framework.TestResult var12 = var9.run();1733    var7.run(var12);1734    var2.run(var12);1735    junit.framework.Assert.assertNotNull("null(com.application.ciadobusao.test.EncontroTeste) expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:< >", (java.lang.Object)var2);1736    var2.setName("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>");1737    java.lang.String var18 = var2.getName();1738    int var19 = var2.countTestCases();1739    junit.framework.TestResult var20 = var2.run();1740    com.application.ciadobusao.test.EncontroTeste var22 = new com.application.ciadobusao.test.EncontroTeste();1741    junit.framework.TestResult var23 = var22.run();1742    junit.framework.TestResult var24 = var22.run();1743    junit.framework.TestResult var25 = var22.run();1744    var22.test();1745    junit.framework.Assert.assertNotNull("", (java.lang.Object)var22);1746    java.lang.String var28 = var22.toString();1747    junit.framework.TestResult var29 = var22.run();1748    // The following exception was thrown during execution.1749    // This behavior will recorded for regression testing.1750    try {1751      junit.framework.Assert.assertEquals("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:< expected:<10> but was:<10>> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<hi! expected:<hi!> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)>> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true> expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<1> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:<100> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<10> but was:< expected:<10> but was:<10>(com.application.ciadobusao.test.EncontroTeste)>> expected:<10.0> but was:<1>> but was:<hi! expected:<100> but was:<10> expected:<hi! expected:<100> but was:<10>> but was:<null(com.application.ciadobusao.test.EncontroTeste)>>", (java.lang.Object)var20, (java.lang.Object)var29);1752      fail("Expected exception of type junit.framework.AssertionFailedError");1753    } catch (junit.framework.AssertionFailedError e) {1754      // Expected exception.1755    }1756    1757    1758    // Regression assertion (captures the current behavior of the code)1759    assertTrue("'" + var3 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var3.equals("null(com.application.ciadobusao.test.EncontroTeste)"));1760    1761    // Regression assertion (captures the current behavior of the code)1762    assertNotNull(var5);1763    1764    // Regression assertion (captures the current behavior of the code)1765    assertNotNull(var8);1766    1767    // Regression assertion (captures the current behavior of the code)1768    assertNotNull(var10);1769    1770    // Regression assertion (captures the current behavior of the code)1771    assertNotNull(var12);1772    1773    // Regression assertion (captures the current behavior of the code)1774    assertTrue("'" + var18 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>"+ "'", var18.equals("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>"));1775    1776    // Regression assertion (captures the current behavior of the code)1777    assertTrue(var19 == 1);1778    1779    // Regression assertion (captures the current behavior of the code)1780    assertNotNull(var20);1781    1782    // Regression assertion (captures the current behavior of the code)1783    assertNotNull(var23);1784    1785    // Regression assertion (captures the current behavior of the code)1786    assertNotNull(var24);1787    1788    // Regression assertion (captures the current behavior of the code)1789    assertNotNull(var25);1790    1791    // Regression assertion (captures the current behavior of the code)1792    assertTrue("'" + var28 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var28.equals("null(com.application.ciadobusao.test.EncontroTeste)"));1793    1794    // Regression assertion (captures the current behavior of the code)1795    assertNotNull(var29);1796  }1797  public void test25() throws Throwable {1798    if (debug) System.out.printf("%nRandoopTest13.test25");1799    junit.framework.Assert.assertEquals("hi! expected:<hi!> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<10> but was:< expected:<10> but was:<10>(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<10> but was:< expected:<10> but was:<10>(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<hi!(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:< >> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", 1.0f, (-1.0f), 10.0f);1800  }1801  public void test26() throws Throwable {1802    if (debug) System.out.printf("%nRandoopTest13.test26");1803    com.application.ciadobusao.test.EncontroTeste var3 = new com.application.ciadobusao.test.EncontroTeste();1804    junit.framework.TestResult var4 = var3.run();1805    var3.test();1806    junit.framework.Assert.assertNotSame(" expected:<10> but was:<10>", (java.lang.Object)var3, (java.lang.Object)"null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>");1807    java.lang.String var8 = var3.getName();1808    var3.setName("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>");1809    com.application.ciadobusao.test.EncontroTeste var12 = new com.application.ciadobusao.test.EncontroTeste();1810    int var13 = var12.countTestCases();1811    java.lang.String var14 = var12.getName();1812    junit.framework.TestResult var15 = var12.run();1813    int var16 = var12.countTestCases();1814    com.application.ciadobusao.test.EncontroTeste var17 = new com.application.ciadobusao.test.EncontroTeste();1815    java.lang.String var18 = var17.toString();1816    com.application.ciadobusao.test.EncontroTeste var19 = new com.application.ciadobusao.test.EncontroTeste();1817    junit.framework.TestResult var20 = var19.run();1818    var17.run(var20);1819    junit.framework.Assert.assertNotSame("null(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var12, (java.lang.Object)var20);1820    java.lang.String var23 = junit.framework.Assert.format("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)"null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>", (java.lang.Object)var12);1821    java.lang.Object var26 = new java.lang.Object();1822    junit.framework.Assert.assertNotSame("hi! expected:<100> but was:<10>", (java.lang.Object)1.0d, var26);1823    junit.framework.Assert.assertNotNull(var26);1824    java.lang.String var29 = junit.framework.Assert.format("null(com.application.ciadobusao.test.EncontroTeste) expected:<1.0> but was:<0>(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var12, var26);1825    java.lang.Object var31 = new java.lang.Object();1826    com.application.ciadobusao.test.EncontroTeste var32 = new com.application.ciadobusao.test.EncontroTeste();1827    junit.framework.Assert.assertNotSame(var31, (java.lang.Object)var32);1828    java.lang.String var34 = var32.toString();1829    java.lang.String var35 = var32.toString();1830    junit.framework.Assert.assertNotNull("hi!", (java.lang.Object)var32);1831    junit.framework.TestResult var37 = var32.run();1832    var12.run(var37);1833    com.application.ciadobusao.test.EncontroTeste var40 = new com.application.ciadobusao.test.EncontroTeste();1834    junit.framework.TestResult var41 = var40.run();1835    junit.framework.TestResult var42 = var40.run();1836    junit.framework.TestResult var43 = var40.run();1837    java.lang.Object var46 = new java.lang.Object();1838    com.application.ciadobusao.test.EncontroTeste var47 = new com.application.ciadobusao.test.EncontroTeste();1839    junit.framework.Assert.assertNotSame(var46, (java.lang.Object)var47);1840    java.lang.String var49 = junit.framework.Assert.format("hi!", (java.lang.Object)(-1), (java.lang.Object)var47);1841    java.lang.String var50 = var47.getName();1842    junit.framework.Assert.assertNotSame("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var43, (java.lang.Object)var47);1843    // The following exception was thrown during execution.1844    // This behavior will recorded for regression testing.1845    try {1846      junit.framework.Assert.assertSame((java.lang.Object)var12, (java.lang.Object)var47);1847      fail("Expected exception of type junit.framework.AssertionFailedError");1848    } catch (junit.framework.AssertionFailedError e) {1849      // Expected exception.1850    }1851    1852    1853    // Regression assertion (captures the current behavior of the code)1854    assertNotNull(var4);1855    1856    // Regression assertion (captures the current behavior of the code)1857    assertNull(var8);1858    1859    // Regression assertion (captures the current behavior of the code)1860    assertTrue(var13 == 1);1861    1862    // Regression assertion (captures the current behavior of the code)1863    assertNull(var14);1864    1865    // Regression assertion (captures the current behavior of the code)1866    assertNotNull(var15);1867    1868    // Regression assertion (captures the current behavior of the code)1869    assertTrue(var16 == 1);1870    1871    // Regression assertion (captures the current behavior of the code)1872    assertTrue("'" + var18 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var18.equals("null(com.application.ciadobusao.test.EncontroTeste)"));1873    1874    // Regression assertion (captures the current behavior of the code)1875    assertNotNull(var20);1876    1877    // Regression assertion (captures the current behavior of the code)1878    assertTrue("'" + var23 + "' != '" + "hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>> but was:<null(com.application.ciadobusao.test.EncontroTeste)>"+ "'", var23.equals("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>> but was:<null(com.application.ciadobusao.test.EncontroTeste)>"));1879    1880    // Regression assertion (captures the current behavior of the code)1881    assertTrue("'" + var34 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var34.equals("null(com.application.ciadobusao.test.EncontroTeste)"));1882    1883    // Regression assertion (captures the current behavior of the code)1884    assertTrue("'" + var35 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var35.equals("null(com.application.ciadobusao.test.EncontroTeste)"));1885    1886    // Regression assertion (captures the current behavior of the code)1887    assertNotNull(var37);1888    1889    // Regression assertion (captures the current behavior of the code)1890    assertNotNull(var41);1891    1892    // Regression assertion (captures the current behavior of the code)1893    assertNotNull(var42);1894    1895    // Regression assertion (captures the current behavior of the code)1896    assertNotNull(var43);1897    1898    // Regression assertion (captures the current behavior of the code)1899    assertTrue("'" + var49 + "' != '" + "hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>"+ "'", var49.equals("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>"));1900    1901    // Regression assertion (captures the current behavior of the code)1902    assertNull(var50);1903  }1904  public void test27() throws Throwable {1905    if (debug) System.out.printf("%nRandoopTest13.test27");1906    com.application.ciadobusao.test.EncontroTeste var3 = new com.application.ciadobusao.test.EncontroTeste();1907    java.lang.String var4 = var3.toString();1908    var3.setName("null(com.application.ciadobusao.test.EncontroTeste)");1909    int var7 = var3.countTestCases();1910    java.lang.String var9 = junit.framework.Assert.format("null(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var3, (java.lang.Object)true);1911    java.lang.String var10 = var3.toString();1912    java.lang.String var11 = var3.toString();1913    junit.framework.TestResult var12 = var3.run();1914    java.lang.String var13 = var3.getName();1915    java.lang.Object var15 = new java.lang.Object();1916    com.application.ciadobusao.test.EncontroTeste var16 = new com.application.ciadobusao.test.EncontroTeste();1917    junit.framework.Assert.assertNotSame(var15, (java.lang.Object)var16);1918    java.lang.String var18 = var16.getName();1919    junit.framework.Assert.assertNotSame("null(com.application.ciadobusao.test.EncontroTeste) expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:< >", (java.lang.Object)var16, (java.lang.Object)1);1920    int var21 = var16.countTestCases();1921    java.lang.String var22 = var16.toString();1922    java.lang.String var23 = junit.framework.Assert.format("hi! expected:<100> but was:<10> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:< expected:<10> but was:<10>> expected:<hi!(com.application.ciadobusao.test.EncontroTeste)> but was:<hi!(com.application.ciadobusao.test.EncontroTeste) expected:<1> but was:<hi!(com.application.ciadobusao.test.EncontroTeste)>(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<hi!> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var3, (java.lang.Object)var16);1923    java.lang.Object var24 = new java.lang.Object();1924    com.application.ciadobusao.test.EncontroTeste var25 = new com.application.ciadobusao.test.EncontroTeste();1925    junit.framework.Assert.assertNotSame(var24, (java.lang.Object)var25);1926    java.lang.String var27 = var25.toString();1927    junit.framework.TestResult var28 = var25.run();1928    var3.run(var28);1929    com.application.ciadobusao.test.EncontroTeste var31 = new com.application.ciadobusao.test.EncontroTeste();1930    junit.framework.TestResult var32 = var31.run();1931    com.application.ciadobusao.test.EncontroTeste var33 = new com.application.ciadobusao.test.EncontroTeste();1932    junit.framework.TestResult var34 = var33.run();1933    var33.test();1934    junit.framework.TestResult var36 = var33.run();1935    var31.run(var36);1936    junit.framework.TestResult var38 = var31.run();1937    java.lang.String var39 = var31.getName();1938    java.lang.String var40 = var31.getName();1939    junit.framework.Assert.assertNotNull("null(com.application.ciadobusao.test.EncontroTeste) expected:<1.0> but was:<0>", (java.lang.Object)var31);1940    junit.framework.TestResult var42 = var31.run();1941    // The following exception was thrown during execution.1942    // This behavior will recorded for regression testing.1943    try {1944      junit.framework.Assert.failNotEquals(" expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:< expected:<10> but was:<10>> expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:< >> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>> but was:<null(com.application.ciadobusao.test.EncontroTeste)>>> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:<0.0> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>>>", (java.lang.Object)var3, (java.lang.Object)var31);1945      fail("Expected exception of type junit.framework.AssertionFailedError");1946    } catch (junit.framework.AssertionFailedError e) {1947      // Expected exception.1948    }1949    1950    1951    // Regression assertion (captures the current behavior of the code)1952    assertTrue("'" + var4 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var4.equals("null(com.application.ciadobusao.test.EncontroTeste)"));1953    1954    // Regression assertion (captures the current behavior of the code)1955    assertTrue(var7 == 1);1956    1957    // Regression assertion (captures the current behavior of the code)1958    assertTrue("'" + var9 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>"+ "'", var9.equals("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>"));1959    1960    // Regression assertion (captures the current behavior of the code)1961    assertTrue("'" + var10 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"+ "'", var10.equals("null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"));1962    1963    // Regression assertion (captures the current behavior of the code)1964    assertTrue("'" + var11 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"+ "'", var11.equals("null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"));1965    1966    // Regression assertion (captures the current behavior of the code)1967    assertNotNull(var12);1968    1969    // Regression assertion (captures the current behavior of the code)1970    assertTrue("'" + var13 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var13.equals("null(com.application.ciadobusao.test.EncontroTeste)"));1971    1972    // Regression assertion (captures the current behavior of the code)1973    assertNull(var18);1974    1975    // Regression assertion (captures the current behavior of the code)1976    assertTrue(var21 == 1);1977    1978    // Regression assertion (captures the current behavior of the code)1979    assertTrue("'" + var22 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var22.equals("null(com.application.ciadobusao.test.EncontroTeste)"));1980    1981    // Regression assertion (captures the current behavior of the code)1982    assertTrue("'" + var23 + "' != '" + "hi! expected:<100> but was:<10> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:< expected:<10> but was:<10>> expected:<hi!(com.application.ciadobusao.test.EncontroTeste)> but was:<hi!(com.application.ciadobusao.test.EncontroTeste) expected:<1> but was:<hi!(com.application.ciadobusao.test.EncontroTeste)>(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<hi!> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)>"+ "'", var23.equals("hi! expected:<100> but was:<10> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:< expected:<10> but was:<10>> expected:<hi!(com.application.ciadobusao.test.EncontroTeste)> but was:<hi!(com.application.ciadobusao.test.EncontroTeste) expected:<1> but was:<hi!(com.application.ciadobusao.test.EncontroTeste)>(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<hi!> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)>"));1983    1984    // Regression assertion (captures the current behavior of the code)1985    assertTrue("'" + var27 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var27.equals("null(com.application.ciadobusao.test.EncontroTeste)"));1986    1987    // Regression assertion (captures the current behavior of the code)1988    assertNotNull(var28);1989    1990    // Regression assertion (captures the current behavior of the code)1991    assertNotNull(var32);1992    1993    // Regression assertion (captures the current behavior of the code)1994    assertNotNull(var34);1995    1996    // Regression assertion (captures the current behavior of the code)1997    assertNotNull(var36);1998    1999    // Regression assertion (captures the current behavior of the code)2000    assertNotNull(var38);2001    2002    // Regression assertion (captures the current behavior of the code)2003    assertNull(var39);2004    2005    // Regression assertion (captures the current behavior of the code)2006    assertNull(var40);2007    2008    // Regression assertion (captures the current behavior of the code)2009    assertNotNull(var42);2010  }2011  public void test28() throws Throwable {2012    if (debug) System.out.printf("%nRandoopTest13.test28");2013    // The following exception was thrown during execution.2014    // This behavior will recorded for regression testing.2015    try {2016      junit.framework.Assert.assertTrue("hi! expected:<100> but was:<10> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:< expected:<10> but was:<10>> expected:<hi!(com.application.ciadobusao.test.EncontroTeste)> but was:<hi!(com.application.ciadobusao.test.EncontroTeste) expected:<1> but was:<hi!(com.application.ciadobusao.test.EncontroTeste)>(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<hi!> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:< expected:<10> but was:<10>> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)>", false);2017      fail("Expected exception of type junit.framework.AssertionFailedError");2018    } catch (junit.framework.AssertionFailedError e) {2019      // Expected exception.2020    }2021  }2022  public void test29() throws Throwable {2023    if (debug) System.out.printf("%nRandoopTest13.test29");2024    // The following exception was thrown during execution.2025    // This behavior will recorded for regression testing.2026    try {2027      junit.framework.Assert.fail("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true> expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true> expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<1> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:<100> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<10> but was:< expected:<10> but was:<10>(com.application.ciadobusao.test.EncontroTeste)>>> but was:<1>");2028      fail("Expected exception of type junit.framework.AssertionFailedError");2029    } catch (junit.framework.AssertionFailedError e) {2030      // Expected exception.2031    }2032  }2033  public void test30() throws Throwable {2034    if (debug) System.out.printf("%nRandoopTest13.test30");2035    junit.framework.Assert.assertEquals("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:< expected:<10> but was:<10>> expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:< >> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>> but was:<null(com.application.ciadobusao.test.EncontroTeste)>>>", true, true);2036  }2037  public void test31() throws Throwable {2038    if (debug) System.out.printf("%nRandoopTest13.test31");2039    com.application.ciadobusao.test.EncontroTeste var0 = new com.application.ciadobusao.test.EncontroTeste();2040    junit.framework.TestResult var1 = var0.run();2041    var0.test();2042    java.lang.String var3 = var0.toString();2043    com.application.ciadobusao.test.EncontroTeste var4 = new com.application.ciadobusao.test.EncontroTeste();2044    java.lang.String var5 = var4.toString();2045    var4.setName("null(com.application.ciadobusao.test.EncontroTeste)");2046    int var8 = var4.countTestCases();2047    int var9 = var4.countTestCases();2048    junit.framework.Assert.assertNotSame((java.lang.Object)var0, (java.lang.Object)var9);2049    com.application.ciadobusao.test.EncontroTeste var11 = new com.application.ciadobusao.test.EncontroTeste();2050    junit.framework.TestResult var12 = var11.run();2051    junit.framework.TestResult var13 = var11.run();2052    junit.framework.TestResult var14 = var11.run();2053    var11.test();2054    var11.test();2055    junit.framework.Assert.assertNotSame((java.lang.Object)var0, (java.lang.Object)var11);2056    java.lang.String var18 = var11.getName();2057    com.application.ciadobusao.test.EncontroTeste var20 = new com.application.ciadobusao.test.EncontroTeste();2058    junit.framework.TestResult var21 = var20.run();2059    var20.test();2060    java.lang.String var23 = var20.toString();2061    java.lang.String var24 = var20.getName();2062    int var25 = var20.countTestCases();2063    com.application.ciadobusao.test.EncontroTeste var28 = new com.application.ciadobusao.test.EncontroTeste();2064    junit.framework.TestResult var29 = var28.run();2065    junit.framework.TestResult var30 = var28.run();2066    junit.framework.TestResult var31 = var28.run();2067    var28.test();2068    junit.framework.Assert.assertNotNull("", (java.lang.Object)var28);2069    int var34 = var28.countTestCases();2070    com.application.ciadobusao.test.EncontroTeste var35 = new com.application.ciadobusao.test.EncontroTeste();2071    int var36 = var35.countTestCases();2072    java.lang.String var37 = var35.getName();2073    junit.framework.TestResult var38 = var35.run();2074    junit.framework.Assert.assertNotNull((java.lang.Object)var35);2075    var35.setName("null(com.application.ciadobusao.test.EncontroTeste) expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:< >");2076    junit.framework.Assert.assertNotSame("hi! expected:<100> but was:<10> expected:<hi! expected:<100> but was:<10>> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var28, (java.lang.Object)var35);2077    junit.framework.Assert.assertNotSame("hi!", (java.lang.Object)var20, (java.lang.Object)var35);2078    com.application.ciadobusao.test.EncontroTeste var47 = new com.application.ciadobusao.test.EncontroTeste();2079    java.lang.String var48 = var47.toString();2080    var47.setName("null(com.application.ciadobusao.test.EncontroTeste)");2081    int var51 = var47.countTestCases();2082    java.lang.String var53 = junit.framework.Assert.format("null(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var47, (java.lang.Object)true);2083    java.lang.String var54 = var47.toString();2084    java.lang.String var55 = var47.toString();2085    junit.framework.TestResult var56 = var47.run();2086    com.application.ciadobusao.test.EncontroTeste var57 = new com.application.ciadobusao.test.EncontroTeste();2087    java.lang.String var58 = var57.toString();2088    com.application.ciadobusao.test.EncontroTeste var59 = new com.application.ciadobusao.test.EncontroTeste();2089    junit.framework.TestResult var60 = var59.run();2090    var57.run(var60);2091    junit.framework.Assert.assertNotSame("null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var47, (java.lang.Object)var57);2092    junit.framework.TestResult var63 = var47.run();2093    com.application.ciadobusao.test.EncontroTeste var65 = new com.application.ciadobusao.test.EncontroTeste();2094    java.lang.String var66 = var65.toString();2095    com.application.ciadobusao.test.EncontroTeste var67 = new com.application.ciadobusao.test.EncontroTeste();2096    junit.framework.TestResult var68 = var67.run();2097    var65.run(var68);2098    junit.framework.Assert.assertNotSame("", (java.lang.Object)var68, (java.lang.Object)100.0f);2099    java.lang.String var72 = junit.framework.Assert.format("null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>", (java.lang.Object)var63, (java.lang.Object)var68);2100    var35.run(var63);2101    var11.run(var63);2102    java.lang.String var75 = var11.toString();2103    var11.test();2104    2105    // Regression assertion (captures the current behavior of the code)2106    assertNotNull(var1);2107    2108    // Regression assertion (captures the current behavior of the code)2109    assertTrue("'" + var3 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var3.equals("null(com.application.ciadobusao.test.EncontroTeste)"));2110    2111    // Regression assertion (captures the current behavior of the code)2112    assertTrue("'" + var5 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var5.equals("null(com.application.ciadobusao.test.EncontroTeste)"));2113    2114    // Regression assertion (captures the current behavior of the code)2115    assertTrue(var8 == 1);2116    2117    // Regression assertion (captures the current behavior of the code)2118    assertTrue(var9 == 1);2119    2120    // Regression assertion (captures the current behavior of the code)2121    assertNotNull(var12);2122    2123    // Regression assertion (captures the current behavior of the code)2124    assertNotNull(var13);2125    2126    // Regression assertion (captures the current behavior of the code)2127    assertNotNull(var14);2128    2129    // Regression assertion (captures the current behavior of the code)2130    assertNull(var18);2131    2132    // Regression assertion (captures the current behavior of the code)2133    assertNotNull(var21);2134    2135    // Regression assertion (captures the current behavior of the code)2136    assertTrue("'" + var23 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var23.equals("null(com.application.ciadobusao.test.EncontroTeste)"));2137    2138    // Regression assertion (captures the current behavior of the code)2139    assertNull(var24);2140    2141    // Regression assertion (captures the current behavior of the code)2142    assertTrue(var25 == 1);2143    2144    // Regression assertion (captures the current behavior of the code)2145    assertNotNull(var29);2146    2147    // Regression assertion (captures the current behavior of the code)2148    assertNotNull(var30);2149    2150    // Regression assertion (captures the current behavior of the code)2151    assertNotNull(var31);2152    2153    // Regression assertion (captures the current behavior of the code)2154    assertTrue(var34 == 1);2155    2156    // Regression assertion (captures the current behavior of the code)2157    assertTrue(var36 == 1);2158    2159    // Regression assertion (captures the current behavior of the code)2160    assertNull(var37);2161    2162    // Regression assertion (captures the current behavior of the code)2163    assertNotNull(var38);2164    2165    // Regression assertion (captures the current behavior of the code)2166    assertTrue("'" + var48 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var48.equals("null(com.application.ciadobusao.test.EncontroTeste)"));2167    2168    // Regression assertion (captures the current behavior of the code)2169    assertTrue(var51 == 1);2170    2171    // Regression assertion (captures the current behavior of the code)2172    assertTrue("'" + var53 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>"+ "'", var53.equals("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>"));2173    2174    // Regression assertion (captures the current behavior of the code)2175    assertTrue("'" + var54 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"+ "'", var54.equals("null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"));2176    2177    // Regression assertion (captures the current behavior of the code)2178    assertTrue("'" + var55 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"+ "'", var55.equals("null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"));2179    2180    // Regression assertion (captures the current behavior of the code)2181    assertNotNull(var56);2182    2183    // Regression assertion (captures the current behavior of the code)2184    assertTrue("'" + var58 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var58.equals("null(com.application.ciadobusao.test.EncontroTeste)"));2185    2186    // Regression assertion (captures the current behavior of the code)2187    assertNotNull(var60);2188    2189    // Regression assertion (captures the current behavior of the code)2190    assertNotNull(var63);2191    2192    // Regression assertion (captures the current behavior of the code)2193    assertTrue("'" + var66 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var66.equals("null(com.application.ciadobusao.test.EncontroTeste)"));2194    2195    // Regression assertion (captures the current behavior of the code)2196    assertNotNull(var68);2197    2198    // Regression assertion (captures the current behavior of the code)2199    assertTrue("'" + var75 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var75.equals("null(com.application.ciadobusao.test.EncontroTeste)"));2200  }2201  public void test32() throws Throwable {2202    if (debug) System.out.printf("%nRandoopTest13.test32");2203    com.application.ciadobusao.test.EncontroTeste var1 = new com.application.ciadobusao.test.EncontroTeste();2204    junit.framework.TestResult var2 = var1.run();2205    com.application.ciadobusao.test.EncontroTeste var3 = new com.application.ciadobusao.test.EncontroTeste();2206    junit.framework.TestResult var4 = var3.run();2207    var3.test();2208    junit.framework.TestResult var6 = var3.run();2209    var1.run(var6);2210    junit.framework.TestResult var8 = var1.run();2211    java.lang.String var9 = var1.getName();2212    var1.setName("hi!");2213    java.lang.String var12 = var1.toString();2214    int var13 = var1.countTestCases();2215    java.lang.String var14 = var1.getName();2216    com.application.ciadobusao.test.EncontroTeste var16 = new com.application.ciadobusao.test.EncontroTeste();2217    junit.framework.TestResult var17 = var16.run();2218    junit.framework.Assert.assertNotNull("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var16);2219    junit.framework.TestResult var19 = var16.run();2220    junit.framework.TestResult var20 = var16.run();2221    var1.run(var20);2222    com.application.ciadobusao.test.EncontroTeste var23 = new com.application.ciadobusao.test.EncontroTeste();2223    junit.framework.TestResult var24 = var23.run();2224    junit.framework.TestResult var25 = var23.run();2225    junit.framework.TestResult var26 = var23.run();2226    junit.framework.Assert.assertNotNull("null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>", (java.lang.Object)var23);2227    com.application.ciadobusao.test.EncontroTeste var28 = new com.application.ciadobusao.test.EncontroTeste();2228    junit.framework.TestResult var29 = var28.run();2229    junit.framework.TestResult var30 = var28.run();2230    junit.framework.TestResult var31 = var28.run();2231    junit.framework.Assert.assertNotSame((java.lang.Object)var23, (java.lang.Object)var28);2232    com.application.ciadobusao.test.EncontroTeste var34 = new com.application.ciadobusao.test.EncontroTeste();2233    junit.framework.TestResult var35 = var34.run();2234    junit.framework.TestResult var36 = var34.run();2235    junit.framework.Assert.assertNotNull("null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var34);2236    com.application.ciadobusao.test.EncontroTeste var39 = new com.application.ciadobusao.test.EncontroTeste();2237    java.lang.String var40 = var39.toString();2238    com.application.ciadobusao.test.EncontroTeste var41 = new com.application.ciadobusao.test.EncontroTeste();2239    junit.framework.TestResult var42 = var41.run();2240    var39.run(var42);2241    junit.framework.Assert.assertNotNull("hi! expected:<100> but was:<10>", (java.lang.Object)var42);2242    var34.run(var42);2243    junit.framework.TestResult var46 = var34.run();2244    junit.framework.Assert.assertNotNull((java.lang.Object)var46);2245    var28.run(var46);2246    com.application.ciadobusao.test.EncontroTeste var50 = new com.application.ciadobusao.test.EncontroTeste();2247    junit.framework.TestResult var51 = var50.run();2248    junit.framework.TestResult var52 = var50.run();2249    junit.framework.Assert.assertNotNull("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>>", (java.lang.Object)var50);2250    var50.setName("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>");2251    junit.framework.TestResult var56 = var50.run();2252    junit.framework.Assert.assertNotNull((java.lang.Object)var50);2253    java.lang.String var58 = var50.getName();2254    junit.framework.Assert.assertNotNull((java.lang.Object)var50);2255    junit.framework.TestResult var60 = var50.run();2256    var28.run(var60);2257    // The following exception was thrown during execution.2258    // This behavior will recorded for regression testing.2259    try {2260      junit.framework.Assert.assertEquals("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var1, (java.lang.Object)var28);2261      fail("Expected exception of type junit.framework.AssertionFailedError");2262    } catch (junit.framework.AssertionFailedError e) {2263      // Expected exception.2264    }2265    2266    2267    // Regression assertion (captures the current behavior of the code)2268    assertNotNull(var2);2269    2270    // Regression assertion (captures the current behavior of the code)2271    assertNotNull(var4);2272    2273    // Regression assertion (captures the current behavior of the code)2274    assertNotNull(var6);2275    2276    // Regression assertion (captures the current behavior of the code)2277    assertNotNull(var8);2278    2279    // Regression assertion (captures the current behavior of the code)2280    assertNull(var9);2281    2282    // Regression assertion (captures the current behavior of the code)2283    assertTrue("'" + var12 + "' != '" + "hi!(com.application.ciadobusao.test.EncontroTeste)"+ "'", var12.equals("hi!(com.application.ciadobusao.test.EncontroTeste)"));2284    2285    // Regression assertion (captures the current behavior of the code)2286    assertTrue(var13 == 1);2287    2288    // Regression assertion (captures the current behavior of the code)2289    assertTrue("'" + var14 + "' != '" + "hi!"+ "'", var14.equals("hi!"));2290    2291    // Regression assertion (captures the current behavior of the code)2292    assertNotNull(var17);2293    2294    // Regression assertion (captures the current behavior of the code)2295    assertNotNull(var19);2296    2297    // Regression assertion (captures the current behavior of the code)2298    assertNotNull(var20);2299    2300    // Regression assertion (captures the current behavior of the code)2301    assertNotNull(var24);2302    2303    // Regression assertion (captures the current behavior of the code)2304    assertNotNull(var25);2305    2306    // Regression assertion (captures the current behavior of the code)2307    assertNotNull(var26);2308    2309    // Regression assertion (captures the current behavior of the code)2310    assertNotNull(var29);2311    2312    // Regression assertion (captures the current behavior of the code)2313    assertNotNull(var30);2314    2315    // Regression assertion (captures the current behavior of the code)2316    assertNotNull(var31);2317    2318    // Regression assertion (captures the current behavior of the code)2319    assertNotNull(var35);2320    2321    // Regression assertion (captures the current behavior of the code)2322    assertNotNull(var36);2323    2324    // Regression assertion (captures the current behavior of the code)2325    assertTrue("'" + var40 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var40.equals("null(com.application.ciadobusao.test.EncontroTeste)"));2326    2327    // Regression assertion (captures the current behavior of the code)2328    assertNotNull(var42);2329    2330    // Regression assertion (captures the current behavior of the code)2331    assertNotNull(var46);2332    2333    // Regression assertion (captures the current behavior of the code)2334    assertNotNull(var51);2335    2336    // Regression assertion (captures the current behavior of the code)2337    assertNotNull(var52);2338    2339    // Regression assertion (captures the current behavior of the code)2340    assertNotNull(var56);2341    2342    // Regression assertion (captures the current behavior of the code)2343    assertTrue("'" + var58 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>"+ "'", var58.equals("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>"));2344    2345    // Regression assertion (captures the current behavior of the code)2346    assertNotNull(var60);2347  }2348  public void test33() throws Throwable {2349    if (debug) System.out.printf("%nRandoopTest13.test33");2350    // The following exception was thrown during execution.2351    // This behavior will recorded for regression testing.2352    try {2353      junit.framework.Assert.assertEquals("hi! expected:<hi!> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<100> but was:<10>> but was:<1>", (-1.0d), 100.0d, 100.0d);2354      fail("Expected exception of type junit.framework.AssertionFailedError");2355    } catch (junit.framework.AssertionFailedError e) {2356      // Expected exception.2357    }2358  }2359  public void test34() throws Throwable {2360    if (debug) System.out.printf("%nRandoopTest13.test34");2361    com.application.ciadobusao.test.EncontroTeste var1 = new com.application.ciadobusao.test.EncontroTeste();2362    junit.framework.TestResult var2 = var1.run();2363    var1.test();2364    junit.framework.TestResult var4 = var1.run();2365    com.application.ciadobusao.test.EncontroTeste var7 = new com.application.ciadobusao.test.EncontroTeste();2366    junit.framework.TestResult var8 = var7.run();2367    junit.framework.TestResult var9 = var7.run();2368    junit.framework.TestResult var10 = var7.run();2369    com.application.ciadobusao.test.EncontroTeste var12 = new com.application.ciadobusao.test.EncontroTeste();2370    junit.framework.TestResult var13 = var12.run();2371    junit.framework.Assert.assertNotNull("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var12);2372    java.lang.String var15 = var12.toString();2373    java.lang.String var16 = junit.framework.Assert.format("null(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var10, (java.lang.Object)var12);2374    com.application.ciadobusao.test.EncontroTeste var17 = new com.application.ciadobusao.test.EncontroTeste();2375    junit.framework.TestResult var18 = var17.run();2376    junit.framework.TestResult var19 = var17.run();2377    java.lang.String var20 = junit.framework.Assert.format("null(com.application.ciadobusao.test.EncontroTeste) expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:< >", (java.lang.Object)var10, (java.lang.Object)var19);2378    var1.run(var19);2379    java.lang.String var22 = var1.getName();2380    var1.test();2381    junit.framework.Assert.assertNotNull("hi! expected:<100> but was:<10> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:< expected:<10> but was:<10>> expected:<hi! expected:<100> but was:<10> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:< expected:<10> but was:<10>> expected:<hi!(com.application.ciadobusao.test.EncontroTeste)> but was:<hi!(com.application.ciadobusao.test.EncontroTeste) expected:<1> but was:<hi!(com.application.ciadobusao.test.EncontroTeste)>(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)>(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste) expected:< expected:<10> but was:<10>(com.application.ciadobusao.test.EncontroTeste)> but was:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>>>>", (java.lang.Object)var1);2382    2383    // Regression assertion (captures the current behavior of the code)2384    assertNotNull(var2);2385    2386    // Regression assertion (captures the current behavior of the code)2387    assertNotNull(var4);2388    2389    // Regression assertion (captures the current behavior of the code)2390    assertNotNull(var8);2391    2392    // Regression assertion (captures the current behavior of the code)2393    assertNotNull(var9);2394    2395    // Regression assertion (captures the current behavior of the code)2396    assertNotNull(var10);2397    2398    // Regression assertion (captures the current behavior of the code)2399    assertNotNull(var13);2400    2401    // Regression assertion (captures the current behavior of the code)2402    assertTrue("'" + var15 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var15.equals("null(com.application.ciadobusao.test.EncontroTeste)"));2403    2404    // Regression assertion (captures the current behavior of the code)2405    assertNotNull(var18);2406    2407    // Regression assertion (captures the current behavior of the code)2408    assertNotNull(var19);2409    2410    // Regression assertion (captures the current behavior of the code)2411    assertNull(var22);2412  }2413  public void test35() throws Throwable {2414    if (debug) System.out.printf("%nRandoopTest13.test35");2415    // The following exception was thrown during execution.2416    // This behavior will recorded for regression testing.2417    try {2418      junit.framework.Assert.assertEquals("hi! expected:<100> but was:<10> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:< expected:<10> but was:<10>> expected:<hi!(com.application.ciadobusao.test.EncontroTeste)> but was:<hi!(com.application.ciadobusao.test.EncontroTeste) expected:<1> but was:<hi!(com.application.ciadobusao.test.EncontroTeste)>(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<hi!> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", '#', 'a');2419      fail("Expected exception of type junit.framework.AssertionFailedError");2420    } catch (junit.framework.AssertionFailedError e) {2421      // Expected exception.2422    }2423  }2424  public void test36() throws Throwable {2425    if (debug) System.out.printf("%nRandoopTest13.test36");2426    com.application.ciadobusao.test.EncontroTeste var1 = new com.application.ciadobusao.test.EncontroTeste();2427    junit.framework.TestResult var2 = var1.run();2428    var1.test();2429    junit.framework.Assert.assertNotSame(" expected:<10> but was:<10>", (java.lang.Object)var1, (java.lang.Object)"null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>");2430    java.lang.String var6 = var1.getName();2431    junit.framework.TestResult var7 = var1.run();2432    java.lang.String var8 = var1.getName();2433    var1.test();2434    java.lang.String var10 = var1.getName();2435    2436    // Regression assertion (captures the current behavior of the code)2437    assertNotNull(var2);2438    2439    // Regression assertion (captures the current behavior of the code)2440    assertNull(var6);2441    2442    // Regression assertion (captures the current behavior of the code)2443    assertNotNull(var7);2444    2445    // Regression assertion (captures the current behavior of the code)2446    assertNull(var8);2447    2448    // Regression assertion (captures the current behavior of the code)2449    assertNull(var10);2450  }2451  public void test37() throws Throwable {2452    if (debug) System.out.printf("%nRandoopTest13.test37");2453    com.application.ciadobusao.test.EncontroTeste var2 = new com.application.ciadobusao.test.EncontroTeste();2454    junit.framework.TestResult var3 = var2.run();2455    var2.test();2456    junit.framework.TestResult var5 = var2.run();2457    int var6 = var2.countTestCases();2458    junit.framework.Assert.assertNotSame("null(com.application.ciadobusao.test.EncontroTeste) expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:< >", (java.lang.Object)0L, (java.lang.Object)var2);2459    com.application.ciadobusao.test.EncontroTeste var9 = new com.application.ciadobusao.test.EncontroTeste();2460    java.lang.String var10 = var9.toString();2461    var9.setName("null(com.application.ciadobusao.test.EncontroTeste)");2462    int var13 = var9.countTestCases();2463    java.lang.String var15 = junit.framework.Assert.format("null(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var9, (java.lang.Object)true);2464    java.lang.String var16 = var9.toString();2465    java.lang.String var17 = var9.toString();2466    junit.framework.TestResult var18 = var9.run();2467    var2.run(var18);2468    java.lang.String var20 = var2.getName();2469    junit.framework.Assert.assertNotNull((java.lang.Object)var2);2470    java.lang.String var22 = var2.getName();2471    2472    // Regression assertion (captures the current behavior of the code)2473    assertNotNull(var3);2474    2475    // Regression assertion (captures the current behavior of the code)2476    assertNotNull(var5);2477    2478    // Regression assertion (captures the current behavior of the code)2479    assertTrue(var6 == 1);2480    2481    // Regression assertion (captures the current behavior of the code)2482    assertTrue("'" + var10 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var10.equals("null(com.application.ciadobusao.test.EncontroTeste)"));2483    2484    // Regression assertion (captures the current behavior of the code)2485    assertTrue(var13 == 1);2486    2487    // Regression assertion (captures the current behavior of the code)2488    assertTrue("'" + var15 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>"+ "'", var15.equals("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>"));2489    2490    // Regression assertion (captures the current behavior of the code)2491    assertTrue("'" + var16 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"+ "'", var16.equals("null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"));2492    2493    // Regression assertion (captures the current behavior of the code)2494    assertTrue("'" + var17 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"+ "'", var17.equals("null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"));2495    2496    // Regression assertion (captures the current behavior of the code)2497    assertNotNull(var18);2498    2499    // Regression assertion (captures the current behavior of the code)2500    assertNull(var20);2501    2502    // Regression assertion (captures the current behavior of the code)2503    assertNull(var22);2504  }2505  public void test38() throws Throwable {2506    if (debug) System.out.printf("%nRandoopTest13.test38");2507    java.lang.Object var2 = new java.lang.Object();2508    com.application.ciadobusao.test.EncontroTeste var3 = new com.application.ciadobusao.test.EncontroTeste();2509    junit.framework.Assert.assertNotSame(var2, (java.lang.Object)var3);2510    java.lang.String var5 = junit.framework.Assert.format("hi!", (java.lang.Object)(-1), (java.lang.Object)var3);2511    java.lang.String var6 = var3.toString();2512    java.lang.String var7 = var3.getName();2513    int var8 = var3.countTestCases();2514    int var9 = var3.countTestCases();2515    junit.framework.Assert.assertNotNull((java.lang.Object)var3);2516    com.application.ciadobusao.test.EncontroTeste var12 = new com.application.ciadobusao.test.EncontroTeste();2517    junit.framework.TestResult var13 = var12.run();2518    var12.test();2519    junit.framework.Assert.assertNotSame(" expected:<10> but was:<10>", (java.lang.Object)var12, (java.lang.Object)"null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>");2520    java.lang.String var17 = var12.getName();2521    junit.framework.TestResult var18 = var12.run();2522    var12.test();2523    junit.framework.TestResult var20 = var12.run();2524    // The following exception was thrown during execution.2525    // This behavior will recorded for regression testing.2526    try {2527      junit.framework.Assert.assertSame((java.lang.Object)var3, (java.lang.Object)var12);2528      fail("Expected exception of type junit.framework.AssertionFailedError");2529    } catch (junit.framework.AssertionFailedError e) {2530      // Expected exception.2531    }2532    2533    2534    // Regression assertion (captures the current behavior of the code)2535    assertTrue("'" + var5 + "' != '" + "hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>"+ "'", var5.equals("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>"));2536    2537    // Regression assertion (captures the current behavior of the code)2538    assertTrue("'" + var6 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var6.equals("null(com.application.ciadobusao.test.EncontroTeste)"));2539    2540    // Regression assertion (captures the current behavior of the code)2541    assertNull(var7);2542    2543    // Regression assertion (captures the current behavior of the code)2544    assertTrue(var8 == 1);2545    2546    // Regression assertion (captures the current behavior of the code)2547    assertTrue(var9 == 1);2548    2549    // Regression assertion (captures the current behavior of the code)2550    assertNotNull(var13);2551    2552    // Regression assertion (captures the current behavior of the code)2553    assertNull(var17);2554    2555    // Regression assertion (captures the current behavior of the code)2556    assertNotNull(var18);2557    2558    // Regression assertion (captures the current behavior of the code)2559    assertNotNull(var20);2560  }2561  public void test39() throws Throwable {2562    if (debug) System.out.printf("%nRandoopTest13.test39");2563    // The following exception was thrown during execution.2564    // This behavior will recorded for regression testing.2565    try {2566      junit.framework.Assert.assertEquals("null(com.application.ciadobusao.test.EncontroTeste) expected:<1.0> but was:<0> expected:<1> but was:<1> expected:<-1.0> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (short)10, (short)0);2567      fail("Expected exception of type junit.framework.AssertionFailedError");2568    } catch (junit.framework.AssertionFailedError e) {2569      // Expected exception.2570    }2571  }2572  public void test40() throws Throwable {2573    if (debug) System.out.printf("%nRandoopTest13.test40");2574    // The following exception was thrown during execution.2575    // This behavior will recorded for regression testing.2576    try {2577      junit.framework.Assert.assertEquals(0.0f, 1.0f, 0.0f);2578      fail("Expected exception of type junit.framework.AssertionFailedError");2579    } catch (junit.framework.AssertionFailedError e) {2580      // Expected exception.2581    }2582  }2583  public void test41() throws Throwable {2584    if (debug) System.out.printf("%nRandoopTest13.test41");2585    // The following exception was thrown during execution.2586    // This behavior will recorded for regression testing.2587    try {2588      junit.framework.Assert.fail("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true> expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<1> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true> expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<1>>");2589      fail("Expected exception of type junit.framework.AssertionFailedError");2590    } catch (junit.framework.AssertionFailedError e) {2591      // Expected exception.2592    }2593  }2594  public void test42() throws Throwable {2595    if (debug) System.out.printf("%nRandoopTest13.test42");2596    java.lang.Object var3 = new java.lang.Object();2597    com.application.ciadobusao.test.EncontroTeste var4 = new com.application.ciadobusao.test.EncontroTeste();2598    junit.framework.Assert.assertNotSame(var3, (java.lang.Object)var4);2599    com.application.ciadobusao.test.EncontroTeste var7 = new com.application.ciadobusao.test.EncontroTeste();2600    java.lang.String var8 = var7.toString();2601    var7.setName("null(com.application.ciadobusao.test.EncontroTeste)");2602    int var11 = var7.countTestCases();2603    java.lang.String var13 = junit.framework.Assert.format("null(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var7, (java.lang.Object)true);2604    java.lang.String var14 = var7.toString();2605    junit.framework.Assert.assertNotSame(" expected:<10> but was:<10>", (java.lang.Object)var4, (java.lang.Object)var14);2606    com.application.ciadobusao.test.EncontroTeste var16 = new com.application.ciadobusao.test.EncontroTeste();2607    java.lang.String var17 = var16.toString();2608    var16.setName("null(com.application.ciadobusao.test.EncontroTeste)");2609    int var20 = var16.countTestCases();2610    int var21 = var16.countTestCases();2611    junit.framework.Assert.assertNotSame("null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>", (java.lang.Object)var14, (java.lang.Object)var16);2612    junit.framework.TestResult var23 = var16.run();2613    com.application.ciadobusao.test.EncontroTeste var26 = new com.application.ciadobusao.test.EncontroTeste();2614    java.lang.String var27 = var26.toString();2615    junit.framework.TestResult var28 = var26.run();2616    junit.framework.Assert.assertNotNull("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>>", (java.lang.Object)var28);2617    com.application.ciadobusao.test.EncontroTeste var31 = new com.application.ciadobusao.test.EncontroTeste();2618    junit.framework.TestResult var32 = var31.run();2619    var31.test();2620    junit.framework.Assert.assertNotSame(" expected:<10> but was:<10>", (java.lang.Object)var31, (java.lang.Object)"null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>");2621    java.lang.String var36 = var31.getName();2622    var31.setName("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>");2623    junit.framework.TestResult var39 = var31.run();2624    junit.framework.TestResult var40 = var31.run();2625    junit.framework.Assert.assertNotSame("null(com.application.ciadobusao.test.EncontroTeste) expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:< >", (java.lang.Object)"hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>>", (java.lang.Object)var31);2626    junit.framework.Assert.assertNotSame((java.lang.Object)var16, (java.lang.Object)var31);2627    java.lang.String var43 = var16.getName();2628    junit.framework.Assert.assertNotNull("hi! expected:<hi!> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<100> but was:<10>> but was:<1>", (java.lang.Object)var43);2629    2630    // Regression assertion (captures the current behavior of the code)2631    assertTrue("'" + var8 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var8.equals("null(com.application.ciadobusao.test.EncontroTeste)"));2632    2633    // Regression assertion (captures the current behavior of the code)2634    assertTrue(var11 == 1);2635    2636    // Regression assertion (captures the current behavior of the code)2637    assertTrue("'" + var13 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>"+ "'", var13.equals("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>"));2638    2639    // Regression assertion (captures the current behavior of the code)2640    assertTrue("'" + var14 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"+ "'", var14.equals("null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"));2641    2642    // Regression assertion (captures the current behavior of the code)2643    assertTrue("'" + var17 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var17.equals("null(com.application.ciadobusao.test.EncontroTeste)"));2644    2645    // Regression assertion (captures the current behavior of the code)2646    assertTrue(var20 == 1);2647    2648    // Regression assertion (captures the current behavior of the code)2649    assertTrue(var21 == 1);2650    2651    // Regression assertion (captures the current behavior of the code)2652    assertNotNull(var23);2653    2654    // Regression assertion (captures the current behavior of the code)2655    assertTrue("'" + var27 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var27.equals("null(com.application.ciadobusao.test.EncontroTeste)"));2656    2657    // Regression assertion (captures the current behavior of the code)2658    assertNotNull(var28);2659    2660    // Regression assertion (captures the current behavior of the code)2661    assertNotNull(var32);2662    2663    // Regression assertion (captures the current behavior of the code)2664    assertNull(var36);2665    2666    // Regression assertion (captures the current behavior of the code)2667    assertNotNull(var39);2668    2669    // Regression assertion (captures the current behavior of the code)2670    assertNotNull(var40);2671    2672    // Regression assertion (captures the current behavior of the code)2673    assertTrue("'" + var43 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var43.equals("null(com.application.ciadobusao.test.EncontroTeste)"));2674  }2675  public void test43() throws Throwable {2676    if (debug) System.out.printf("%nRandoopTest13.test43");2677    com.application.ciadobusao.test.EncontroTeste var3 = new com.application.ciadobusao.test.EncontroTeste();2678    junit.framework.TestResult var4 = var3.run();2679    junit.framework.TestResult var5 = var3.run();2680    junit.framework.Assert.assertNotNull("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>>", (java.lang.Object)var3);2681    var3.setName("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>");2682    junit.framework.TestResult var9 = var3.run();2683    var3.test();2684    java.lang.String var11 = var3.toString();2685    var3.test();2686    junit.framework.Assert.assertNotNull(" expected:<10> but was:<10>(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var3);2687    junit.framework.Assert.assertNotNull("hi! expected:<hi!> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<10> but was:< expected:<10> but was:<10>(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<10> but was:< expected:<10> but was:<10>(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<hi!(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:< >> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var3);2688    2689    // Regression assertion (captures the current behavior of the code)2690    assertNotNull(var4);2691    2692    // Regression assertion (captures the current behavior of the code)2693    assertNotNull(var5);2694    2695    // Regression assertion (captures the current behavior of the code)2696    assertNotNull(var9);2697    2698    // Regression assertion (captures the current behavior of the code)2699    assertTrue("'" + var11 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)"+ "'", var11.equals("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)"));2700  }2701  public void test44() throws Throwable {2702    if (debug) System.out.printf("%nRandoopTest13.test44");2703    // The following exception was thrown during execution.2704    // This behavior will recorded for regression testing.2705    try {2706      junit.framework.Assert.assertEquals("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:< >> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>> but was:<null(com.application.ciadobusao.test.EncontroTeste)>>", (byte)0, (byte)1);2707      fail("Expected exception of type junit.framework.AssertionFailedError");2708    } catch (junit.framework.AssertionFailedError e) {2709      // Expected exception.2710    }2711  }2712  public void test45() throws Throwable {2713    if (debug) System.out.printf("%nRandoopTest13.test45");2714    // The following exception was thrown during execution.2715    // This behavior will recorded for regression testing.2716    try {2717      junit.framework.Assert.assertEquals("hi! expected:<hi!> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", 1L, 0L);2718      fail("Expected exception of type junit.framework.AssertionFailedError");2719    } catch (junit.framework.AssertionFailedError e) {2720      // Expected exception.2721    }2722  }2723  public void test46() throws Throwable {2724    if (debug) System.out.printf("%nRandoopTest13.test46");2725    com.application.ciadobusao.test.EncontroTeste var2 = new com.application.ciadobusao.test.EncontroTeste();2726    junit.framework.TestResult var3 = var2.run();2727    junit.framework.TestResult var4 = var2.run();2728    junit.framework.TestResult var5 = var2.run();2729    com.application.ciadobusao.test.EncontroTeste var7 = new com.application.ciadobusao.test.EncontroTeste();2730    junit.framework.TestResult var8 = var7.run();2731    junit.framework.Assert.assertNotNull("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var7);2732    java.lang.String var10 = var7.toString();2733    java.lang.String var11 = junit.framework.Assert.format("null(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var5, (java.lang.Object)var7);2734    com.application.ciadobusao.test.EncontroTeste var12 = new com.application.ciadobusao.test.EncontroTeste();2735    junit.framework.TestResult var13 = var12.run();2736    junit.framework.TestResult var14 = var12.run();2737    java.lang.String var15 = junit.framework.Assert.format("null(com.application.ciadobusao.test.EncontroTeste) expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:< >", (java.lang.Object)var5, (java.lang.Object)var14);2738    java.lang.Object var16 = new java.lang.Object();2739    com.application.ciadobusao.test.EncontroTeste var17 = new com.application.ciadobusao.test.EncontroTeste();2740    junit.framework.Assert.assertNotSame(var16, (java.lang.Object)var17);2741    junit.framework.TestResult var19 = var17.run();2742    junit.framework.Assert.assertNotSame((java.lang.Object)var14, (java.lang.Object)var17);2743    com.application.ciadobusao.test.EncontroTeste var21 = new com.application.ciadobusao.test.EncontroTeste();2744    int var22 = var21.countTestCases();2745    java.lang.String var23 = var21.getName();2746    junit.framework.TestResult var24 = var21.run();2747    int var25 = var21.countTestCases();2748    com.application.ciadobusao.test.EncontroTeste var27 = new com.application.ciadobusao.test.EncontroTeste();2749    java.lang.String var28 = var27.toString();2750    var27.setName("null(com.application.ciadobusao.test.EncontroTeste)");2751    int var31 = var27.countTestCases();2752    java.lang.String var33 = junit.framework.Assert.format("null(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var27, (java.lang.Object)true);2753    java.lang.String var34 = var27.toString();2754    java.lang.String var35 = var27.toString();2755    junit.framework.TestResult var36 = var27.run();2756    var21.run(var36);2757    var17.run(var36);2758    com.application.ciadobusao.test.EncontroTeste var40 = new com.application.ciadobusao.test.EncontroTeste();2759    java.lang.String var41 = var40.toString();2760    com.application.ciadobusao.test.EncontroTeste var42 = new com.application.ciadobusao.test.EncontroTeste();2761    junit.framework.TestResult var43 = var42.run();2762    var40.run(var43);2763    com.application.ciadobusao.test.EncontroTeste var45 = new com.application.ciadobusao.test.EncontroTeste();2764    junit.framework.TestResult var46 = var45.run();2765    com.application.ciadobusao.test.EncontroTeste var47 = new com.application.ciadobusao.test.EncontroTeste();2766    junit.framework.TestResult var48 = var47.run();2767    var47.test();2768    junit.framework.TestResult var50 = var47.run();2769    var45.run(var50);2770    var40.run(var50);2771    junit.framework.Assert.assertNotNull("null(com.application.ciadobusao.test.EncontroTeste) expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:< >", (java.lang.Object)var40);2772    var40.setName("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>");2773    java.lang.String var56 = var40.toString();2774    junit.framework.Assert.assertNotSame((java.lang.Object)var17, (java.lang.Object)var56);2775    junit.framework.TestResult var58 = var17.run();2776    java.lang.String var59 = var17.getName();2777    2778    // Regression assertion (captures the current behavior of the code)2779    assertNotNull(var3);2780    2781    // Regression assertion (captures the current behavior of the code)2782    assertNotNull(var4);2783    2784    // Regression assertion (captures the current behavior of the code)2785    assertNotNull(var5);2786    2787    // Regression assertion (captures the current behavior of the code)2788    assertNotNull(var8);2789    2790    // Regression assertion (captures the current behavior of the code)2791    assertTrue("'" + var10 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var10.equals("null(com.application.ciadobusao.test.EncontroTeste)"));2792    2793    // Regression assertion (captures the current behavior of the code)2794    assertNotNull(var13);2795    2796    // Regression assertion (captures the current behavior of the code)2797    assertNotNull(var14);2798    2799    // Regression assertion (captures the current behavior of the code)2800    assertNotNull(var19);2801    2802    // Regression assertion (captures the current behavior of the code)2803    assertTrue(var22 == 1);2804    2805    // Regression assertion (captures the current behavior of the code)2806    assertNull(var23);2807    2808    // Regression assertion (captures the current behavior of the code)2809    assertNotNull(var24);2810    2811    // Regression assertion (captures the current behavior of the code)2812    assertTrue(var25 == 1);2813    2814    // Regression assertion (captures the current behavior of the code)2815    assertTrue("'" + var28 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var28.equals("null(com.application.ciadobusao.test.EncontroTeste)"));2816    2817    // Regression assertion (captures the current behavior of the code)2818    assertTrue(var31 == 1);2819    2820    // Regression assertion (captures the current behavior of the code)2821    assertTrue("'" + var33 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>"+ "'", var33.equals("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>"));2822    2823    // Regression assertion (captures the current behavior of the code)2824    assertTrue("'" + var34 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"+ "'", var34.equals("null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"));2825    2826    // Regression assertion (captures the current behavior of the code)2827    assertTrue("'" + var35 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"+ "'", var35.equals("null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"));2828    2829    // Regression assertion (captures the current behavior of the code)2830    assertNotNull(var36);2831    2832    // Regression assertion (captures the current behavior of the code)2833    assertTrue("'" + var41 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var41.equals("null(com.application.ciadobusao.test.EncontroTeste)"));2834    2835    // Regression assertion (captures the current behavior of the code)2836    assertNotNull(var43);2837    2838    // Regression assertion (captures the current behavior of the code)2839    assertNotNull(var46);2840    2841    // Regression assertion (captures the current behavior of the code)2842    assertNotNull(var48);2843    2844    // Regression assertion (captures the current behavior of the code)2845    assertNotNull(var50);2846    2847    // Regression assertion (captures the current behavior of the code)2848    assertTrue("'" + var56 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)"+ "'", var56.equals("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)"));2849    2850    // Regression assertion (captures the current behavior of the code)2851    assertNotNull(var58);2852    2853    // Regression assertion (captures the current behavior of the code)2854    assertNull(var59);2855  }2856  public void test47() throws Throwable {2857    if (debug) System.out.printf("%nRandoopTest13.test47");2858    // The following exception was thrown during execution.2859    // This behavior will recorded for regression testing.2860    try {2861      junit.framework.Assert.assertTrue("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true> expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>> expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>>(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<hi!(com.application.ciadobusao.test.EncontroTeste)>", false);2862      fail("Expected exception of type junit.framework.AssertionFailedError");2863    } catch (junit.framework.AssertionFailedError e) {2864      // Expected exception.2865    }2866  }2867  public void test48() throws Throwable {2868    if (debug) System.out.printf("%nRandoopTest13.test48");2869    java.lang.Object var1 = new java.lang.Object();2870    com.application.ciadobusao.test.EncontroTeste var2 = new com.application.ciadobusao.test.EncontroTeste();2871    junit.framework.Assert.assertNotSame(var1, (java.lang.Object)var2);2872    java.lang.String var4 = var2.toString();2873    java.lang.String var5 = var2.toString();2874    junit.framework.Assert.assertNotNull("hi!", (java.lang.Object)var2);2875    java.lang.String var7 = var2.getName();2876    var2.setName("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>");2877    java.lang.String var10 = var2.getName();2878    int var11 = var2.countTestCases();2879    var2.setName("null(com.application.ciadobusao.test.EncontroTeste) expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>>(com.application.ciadobusao.test.EncontroTeste)> but was:<hi!(com.application.ciadobusao.test.EncontroTeste) expected:<1> but was:<hi!(com.application.ciadobusao.test.EncontroTeste)>(com.application.ciadobusao.test.EncontroTeste)>");2880    2881    // Regression assertion (captures the current behavior of the code)2882    assertTrue("'" + var4 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var4.equals("null(com.application.ciadobusao.test.EncontroTeste)"));2883    2884    // Regression assertion (captures the current behavior of the code)2885    assertTrue("'" + var5 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var5.equals("null(com.application.ciadobusao.test.EncontroTeste)"));2886    2887    // Regression assertion (captures the current behavior of the code)2888    assertNull(var7);2889    2890    // Regression assertion (captures the current behavior of the code)2891    assertTrue("'" + var10 + "' != '" + "hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>"+ "'", var10.equals("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>"));2892    2893    // Regression assertion (captures the current behavior of the code)2894    assertTrue(var11 == 1);2895  }2896  public void test49() throws Throwable {2897    if (debug) System.out.printf("%nRandoopTest13.test49");2898    // The following exception was thrown during execution.2899    // This behavior will recorded for regression testing.2900    try {2901      junit.framework.Assert.fail("hi! expected:<hi!> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> expected:<1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>");2902      fail("Expected exception of type junit.framework.AssertionFailedError");2903    } catch (junit.framework.AssertionFailedError e) {2904      // Expected exception.2905    }2906  }2907  public void test50() throws Throwable {2908    if (debug) System.out.printf("%nRandoopTest13.test50");2909    // The following exception was thrown during execution.2910    // This behavior will recorded for regression testing.2911    try {2912      junit.framework.Assert.assertEquals("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true> expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true> expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<1> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:<100> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<10> but was:< expected:<10> but was:<10>(com.application.ciadobusao.test.EncontroTeste)>>> but was:<1>", 'a', ' ');2913      fail("Expected exception of type junit.framework.AssertionFailedError");2914    } catch (junit.framework.AssertionFailedError e) {2915      // Expected exception.2916    }2917  }2918  public void test51() throws Throwable {2919    if (debug) System.out.printf("%nRandoopTest13.test51");2920    com.application.ciadobusao.test.EncontroTeste var2 = new com.application.ciadobusao.test.EncontroTeste();2921    java.lang.String var3 = var2.toString();2922    com.application.ciadobusao.test.EncontroTeste var4 = new com.application.ciadobusao.test.EncontroTeste();2923    junit.framework.TestResult var5 = var4.run();2924    var2.run(var5);2925    com.application.ciadobusao.test.EncontroTeste var7 = new com.application.ciadobusao.test.EncontroTeste();2926    junit.framework.TestResult var8 = var7.run();2927    com.application.ciadobusao.test.EncontroTeste var9 = new com.application.ciadobusao.test.EncontroTeste();2928    junit.framework.TestResult var10 = var9.run();2929    var9.test();2930    junit.framework.TestResult var12 = var9.run();2931    var7.run(var12);2932    var2.run(var12);2933    junit.framework.Assert.assertNotNull("null(com.application.ciadobusao.test.EncontroTeste) expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:< >", (java.lang.Object)var2);2934    var2.setName("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>");2935    java.lang.String var18 = var2.toString();2936    com.application.ciadobusao.test.EncontroTeste var20 = new com.application.ciadobusao.test.EncontroTeste();2937    junit.framework.TestResult var21 = var20.run();2938    junit.framework.Assert.assertNotNull("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var20);2939    java.lang.String var23 = var20.toString();2940    var20.test();2941    junit.framework.TestResult var25 = var20.run();2942    junit.framework.TestResult var26 = var20.run();2943    var20.setName("null(com.application.ciadobusao.test.EncontroTeste) expected:<1.0> but was:<0>");2944    var20.setName("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)");2945    // The following exception was thrown during execution.2946    // This behavior will recorded for regression testing.2947    try {2948      junit.framework.Assert.failNotEquals("hi! expected:<hi!> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<10> but was:< expected:<10> but was:<10>(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<10> but was:< expected:<10> but was:<10>(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<hi!(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:< >> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var18, (java.lang.Object)"null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)");2949      fail("Expected exception of type junit.framework.AssertionFailedError");2950    } catch (junit.framework.AssertionFailedError e) {2951      // Expected exception.2952    }2953    2954    2955    // Regression assertion (captures the current behavior of the code)2956    assertTrue("'" + var3 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var3.equals("null(com.application.ciadobusao.test.EncontroTeste)"));2957    2958    // Regression assertion (captures the current behavior of the code)2959    assertNotNull(var5);2960    2961    // Regression assertion (captures the current behavior of the code)2962    assertNotNull(var8);2963    2964    // Regression assertion (captures the current behavior of the code)2965    assertNotNull(var10);2966    2967    // Regression assertion (captures the current behavior of the code)2968    assertNotNull(var12);2969    2970    // Regression assertion (captures the current behavior of the code)2971    assertTrue("'" + var18 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)"+ "'", var18.equals("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)"));2972    2973    // Regression assertion (captures the current behavior of the code)2974    assertNotNull(var21);2975    2976    // Regression assertion (captures the current behavior of the code)2977    assertTrue("'" + var23 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var23.equals("null(com.application.ciadobusao.test.EncontroTeste)"));2978    2979    // Regression assertion (captures the current behavior of the code)2980    assertNotNull(var25);2981    2982    // Regression assertion (captures the current behavior of the code)2983    assertNotNull(var26);2984  }2985  public void test52() throws Throwable {2986    if (debug) System.out.printf("%nRandoopTest13.test52");2987    java.lang.Object var3 = new java.lang.Object();2988    com.application.ciadobusao.test.EncontroTeste var4 = new com.application.ciadobusao.test.EncontroTeste();2989    junit.framework.Assert.assertNotSame(var3, (java.lang.Object)var4);2990    java.lang.String var6 = var4.toString();2991    java.lang.String var7 = var4.toString();2992    junit.framework.Assert.assertNotNull("hi!", (java.lang.Object)var4);2993    com.application.ciadobusao.test.EncontroTeste var9 = new com.application.ciadobusao.test.EncontroTeste();2994    junit.framework.TestResult var10 = var9.run();2995    var9.test();2996    junit.framework.TestResult var12 = var9.run();2997    int var13 = var9.countTestCases();2998    int var14 = var9.countTestCases();2999    junit.framework.TestResult var15 = var9.run();3000    java.lang.Object var16 = new java.lang.Object();3001    com.application.ciadobusao.test.EncontroTeste var17 = new com.application.ciadobusao.test.EncontroTeste();3002    junit.framework.Assert.assertNotSame(var16, (java.lang.Object)var17);3003    junit.framework.TestResult var19 = var17.run();3004    junit.framework.Assert.assertNotSame((java.lang.Object)var15, (java.lang.Object)var19);3005    java.lang.String var21 = junit.framework.Assert.format("hi! expected:<100> but was:<10> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:< expected:<10> but was:<10>> expected:<hi!(com.application.ciadobusao.test.EncontroTeste)> but was:<hi!(com.application.ciadobusao.test.EncontroTeste) expected:<1> but was:<hi!(com.application.ciadobusao.test.EncontroTeste)>(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)"hi!", (java.lang.Object)var15);3006    com.application.ciadobusao.test.EncontroTeste var23 = new com.application.ciadobusao.test.EncontroTeste();3007    junit.framework.TestResult var24 = var23.run();3008    junit.framework.Assert.assertNotNull("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var23);3009    java.lang.String var26 = var23.toString();3010    int var27 = var23.countTestCases();3011    int var28 = var23.countTestCases();3012    java.lang.String var29 = var23.getName();3013    var23.setName("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>> but was:<null(com.application.ciadobusao.test.EncontroTeste)>");3014    java.lang.String var32 = var23.getName();3015    junit.framework.Assert.assertNotNull((java.lang.Object)var23);3016    java.lang.String var34 = var23.toString();3017    // The following exception was thrown during execution.3018    // This behavior will recorded for regression testing.3019    try {3020      junit.framework.Assert.assertSame("null(com.application.ciadobusao.test.EncontroTeste) expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:< > expected:<> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)"hi! expected:<100> but was:<10> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:< expected:<10> but was:<10>> expected:<hi!(com.application.ciadobusao.test.EncontroTeste)> but was:<hi!(com.application.ciadobusao.test.EncontroTeste) expected:<1> but was:<hi!(com.application.ciadobusao.test.EncontroTeste)>(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var23);3021      fail("Expected exception of type junit.framework.AssertionFailedError");3022    } catch (junit.framework.AssertionFailedError e) {3023      // Expected exception.3024    }3025    3026    3027    // Regression assertion (captures the current behavior of the code)3028    assertTrue("'" + var6 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var6.equals("null(com.application.ciadobusao.test.EncontroTeste)"));3029    3030    // Regression assertion (captures the current behavior of the code)3031    assertTrue("'" + var7 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var7.equals("null(com.application.ciadobusao.test.EncontroTeste)"));3032    3033    // Regression assertion (captures the current behavior of the code)3034    assertNotNull(var10);3035    3036    // Regression assertion (captures the current behavior of the code)3037    assertNotNull(var12);3038    3039    // Regression assertion (captures the current behavior of the code)3040    assertTrue(var13 == 1);3041    3042    // Regression assertion (captures the current behavior of the code)3043    assertTrue(var14 == 1);3044    3045    // Regression assertion (captures the current behavior of the code)3046    assertNotNull(var15);3047    3048    // Regression assertion (captures the current behavior of the code)3049    assertNotNull(var19);3050    3051    // Regression assertion (captures the current behavior of the code)3052    assertNotNull(var24);3053    3054    // Regression assertion (captures the current behavior of the code)3055    assertTrue("'" + var26 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var26.equals("null(com.application.ciadobusao.test.EncontroTeste)"));3056    3057    // Regression assertion (captures the current behavior of the code)3058    assertTrue(var27 == 1);3059    3060    // Regression assertion (captures the current behavior of the code)3061    assertTrue(var28 == 1);3062    3063    // Regression assertion (captures the current behavior of the code)3064    assertNull(var29);3065    3066    // Regression assertion (captures the current behavior of the code)3067    assertTrue("'" + var32 + "' != '" + "hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>> but was:<null(com.application.ciadobusao.test.EncontroTeste)>"+ "'", var32.equals("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>> but was:<null(com.application.ciadobusao.test.EncontroTeste)>"));3068    3069    // Regression assertion (captures the current behavior of the code)3070    assertTrue("'" + var34 + "' != '" + "hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>> but was:<null(com.application.ciadobusao.test.EncontroTeste)>(com.application.ciadobusao.test.EncontroTeste)"+ "'", var34.equals("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>> but was:<null(com.application.ciadobusao.test.EncontroTeste)>(com.application.ciadobusao.test.EncontroTeste)"));3071  }3072  public void test53() throws Throwable {3073    if (debug) System.out.printf("%nRandoopTest13.test53");3074    com.application.ciadobusao.test.EncontroTeste var2 = new com.application.ciadobusao.test.EncontroTeste();3075    junit.framework.TestResult var3 = var2.run();3076    junit.framework.Assert.assertNotNull("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var2);3077    java.lang.String var5 = var2.toString();3078    var2.test();3079    junit.framework.TestResult var7 = var2.run();3080    com.application.ciadobusao.test.EncontroTeste var9 = new com.application.ciadobusao.test.EncontroTeste();3081    junit.framework.TestResult var10 = var9.run();3082    junit.framework.Assert.assertNotNull("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var9);3083    java.lang.String var12 = var9.toString();3084    var9.test();3085    junit.framework.TestResult var14 = var9.run();3086    com.application.ciadobusao.test.EncontroTeste var15 = new com.application.ciadobusao.test.EncontroTeste();3087    junit.framework.TestResult var16 = var15.run();3088    var15.test();3089    java.lang.String var18 = var15.getName();3090    com.application.ciadobusao.test.EncontroTeste var19 = new com.application.ciadobusao.test.EncontroTeste();3091    junit.framework.TestResult var20 = var19.run();3092    var15.run(var20);3093    junit.framework.TestResult var22 = var15.run();3094    int var23 = var15.countTestCases();3095    junit.framework.Assert.assertNotSame((java.lang.Object)var14, (java.lang.Object)var15);3096    // The following exception was thrown during execution.3097    // This behavior will recorded for regression testing.3098    try {3099      junit.framework.Assert.assertSame("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:< expected:<10> but was:<10>>> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var7, (java.lang.Object)var14);3100      fail("Expected exception of type junit.framework.AssertionFailedError");3101    } catch (junit.framework.AssertionFailedError e) {3102      // Expected exception.3103    }3104    3105    3106    // Regression assertion (captures the current behavior of the code)3107    assertNotNull(var3);3108    3109    // Regression assertion (captures the current behavior of the code)3110    assertTrue("'" + var5 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var5.equals("null(com.application.ciadobusao.test.EncontroTeste)"));3111    3112    // Regression assertion (captures the current behavior of the code)3113    assertNotNull(var7);3114    3115    // Regression assertion (captures the current behavior of the code)3116    assertNotNull(var10);3117    3118    // Regression assertion (captures the current behavior of the code)3119    assertTrue("'" + var12 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var12.equals("null(com.application.ciadobusao.test.EncontroTeste)"));3120    3121    // Regression assertion (captures the current behavior of the code)3122    assertNotNull(var14);3123    3124    // Regression assertion (captures the current behavior of the code)3125    assertNotNull(var16);3126    3127    // Regression assertion (captures the current behavior of the code)3128    assertNull(var18);3129    3130    // Regression assertion (captures the current behavior of the code)3131    assertNotNull(var20);3132    3133    // Regression assertion (captures the current behavior of the code)3134    assertNotNull(var22);3135    3136    // Regression assertion (captures the current behavior of the code)3137    assertTrue(var23 == 1);3138  }3139  public void test54() throws Throwable {3140    if (debug) System.out.printf("%nRandoopTest13.test54");3141    com.application.ciadobusao.test.EncontroTeste var2 = new com.application.ciadobusao.test.EncontroTeste();3142    junit.framework.TestResult var3 = var2.run();3143    com.application.ciadobusao.test.EncontroTeste var4 = new com.application.ciadobusao.test.EncontroTeste();3144    junit.framework.TestResult var5 = var4.run();3145    var4.test();3146    junit.framework.TestResult var7 = var4.run();3147    var2.run(var7);3148    junit.framework.TestResult var9 = var2.run();3149    java.lang.String var10 = var2.getName();3150    java.lang.String var11 = var2.getName();3151    junit.framework.Assert.assertNotNull("null(com.application.ciadobusao.test.EncontroTeste) expected:<1.0> but was:<0>", (java.lang.Object)var2);3152    var2.test();3153    junit.framework.Assert.assertNotNull((java.lang.Object)var2);3154    junit.framework.Assert.assertNotNull((java.lang.Object)var2);3155    com.application.ciadobusao.test.EncontroTeste var17 = new com.application.ciadobusao.test.EncontroTeste();3156    int var18 = var17.countTestCases();3157    java.lang.String var19 = var17.getName();3158    junit.framework.TestResult var20 = var17.run();3159    int var21 = var17.countTestCases();3160    com.application.ciadobusao.test.EncontroTeste var22 = new com.application.ciadobusao.test.EncontroTeste();3161    java.lang.String var23 = var22.toString();3162    com.application.ciadobusao.test.EncontroTeste var24 = new com.application.ciadobusao.test.EncontroTeste();3163    junit.framework.TestResult var25 = var24.run();3164    var22.run(var25);3165    junit.framework.Assert.assertNotSame("null(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var17, (java.lang.Object)var25);3166    int var28 = var17.countTestCases();3167    java.lang.Object var29 = new java.lang.Object();3168    com.application.ciadobusao.test.EncontroTeste var30 = new com.application.ciadobusao.test.EncontroTeste();3169    junit.framework.Assert.assertNotSame(var29, (java.lang.Object)var30);3170    java.lang.String var32 = var30.toString();3171    junit.framework.TestResult var33 = var30.run();3172    junit.framework.Assert.assertNotSame((java.lang.Object)var17, (java.lang.Object)var33);3173    var17.test();3174    junit.framework.TestResult var36 = var17.run();3175    com.application.ciadobusao.test.EncontroTeste var37 = new com.application.ciadobusao.test.EncontroTeste();3176    junit.framework.TestResult var38 = var37.run();3177    com.application.ciadobusao.test.EncontroTeste var39 = new com.application.ciadobusao.test.EncontroTeste();3178    junit.framework.TestResult var40 = var39.run();3179    var39.test();3180    junit.framework.TestResult var42 = var39.run();3181    var37.run(var42);3182    junit.framework.TestResult var44 = var37.run();3183    java.lang.String var45 = var37.getName();3184    var37.setName("hi!");3185    java.lang.String var48 = var37.toString();3186    java.lang.String var49 = var37.getName();3187    junit.framework.TestResult var50 = var37.run();3188    var17.run(var50);3189    junit.framework.Assert.assertNotSame("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true> expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<1> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:<100> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<10> but was:< expected:<10> but was:<10>(com.application.ciadobusao.test.EncontroTeste)>>", (java.lang.Object)var2, (java.lang.Object)var50);3190    var2.setName("hi! expected:<hi!> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<10> but was:< expected:<10> but was:<10>(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<10> but was:< expected:<10> but was:<10>(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<hi!(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>>");3191    // The following exception was thrown during execution.3192    // This behavior will recorded for regression testing.3193    try {3194      junit.framework.Assert.assertNull((java.lang.Object)var2);3195      fail("Expected exception of type junit.framework.AssertionFailedError");3196    } catch (junit.framework.AssertionFailedError e) {3197      // Expected exception.3198    }3199    3200    3201    // Regression assertion (captures the current behavior of the code)3202    assertNotNull(var3);3203    3204    // Regression assertion (captures the current behavior of the code)3205    assertNotNull(var5);3206    3207    // Regression assertion (captures the current behavior of the code)3208    assertNotNull(var7);3209    3210    // Regression assertion (captures the current behavior of the code)3211    assertNotNull(var9);3212    3213    // Regression assertion (captures the current behavior of the code)3214    assertNull(var10);3215    3216    // Regression assertion (captures the current behavior of the code)3217    assertNull(var11);3218    3219    // Regression assertion (captures the current behavior of the code)3220    assertTrue(var18 == 1);3221    3222    // Regression assertion (captures the current behavior of the code)3223    assertNull(var19);3224    3225    // Regression assertion (captures the current behavior of the code)3226    assertNotNull(var20);3227    3228    // Regression assertion (captures the current behavior of the code)3229    assertTrue(var21 == 1);3230    3231    // Regression assertion (captures the current behavior of the code)3232    assertTrue("'" + var23 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var23.equals("null(com.application.ciadobusao.test.EncontroTeste)"));3233    3234    // Regression assertion (captures the current behavior of the code)3235    assertNotNull(var25);3236    3237    // Regression assertion (captures the current behavior of the code)3238    assertTrue(var28 == 1);3239    3240    // Regression assertion (captures the current behavior of the code)3241    assertTrue("'" + var32 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var32.equals("null(com.application.ciadobusao.test.EncontroTeste)"));3242    3243    // Regression assertion (captures the current behavior of the code)3244    assertNotNull(var33);3245    3246    // Regression assertion (captures the current behavior of the code)3247    assertNotNull(var36);3248    3249    // Regression assertion (captures the current behavior of the code)3250    assertNotNull(var38);3251    3252    // Regression assertion (captures the current behavior of the code)3253    assertNotNull(var40);3254    3255    // Regression assertion (captures the current behavior of the code)3256    assertNotNull(var42);3257    3258    // Regression assertion (captures the current behavior of the code)3259    assertNotNull(var44);3260    3261    // Regression assertion (captures the current behavior of the code)3262    assertNull(var45);3263    3264    // Regression assertion (captures the current behavior of the code)3265    assertTrue("'" + var48 + "' != '" + "hi!(com.application.ciadobusao.test.EncontroTeste)"+ "'", var48.equals("hi!(com.application.ciadobusao.test.EncontroTeste)"));3266    3267    // Regression assertion (captures the current behavior of the code)3268    assertTrue("'" + var49 + "' != '" + "hi!"+ "'", var49.equals("hi!"));3269    3270    // Regression assertion (captures the current behavior of the code)3271    assertNotNull(var50);3272  }3273  public void test55() throws Throwable {3274    if (debug) System.out.printf("%nRandoopTest13.test55");3275    com.application.ciadobusao.test.EncontroTeste var1 = new com.application.ciadobusao.test.EncontroTeste();3276    junit.framework.TestResult var2 = var1.run();3277    var1.test();3278    java.lang.String var4 = var1.toString();3279    java.lang.String var5 = var1.getName();3280    var1.test();3281    com.application.ciadobusao.test.EncontroTeste var9 = new com.application.ciadobusao.test.EncontroTeste();3282    int var10 = var9.countTestCases();3283    java.lang.String var11 = var9.getName();3284    junit.framework.TestResult var12 = var9.run();3285    int var13 = var9.countTestCases();3286    com.application.ciadobusao.test.EncontroTeste var14 = new com.application.ciadobusao.test.EncontroTeste();3287    java.lang.String var15 = var14.toString();3288    com.application.ciadobusao.test.EncontroTeste var16 = new com.application.ciadobusao.test.EncontroTeste();3289    junit.framework.TestResult var17 = var16.run();3290    var14.run(var17);3291    junit.framework.Assert.assertNotSame("null(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var9, (java.lang.Object)var17);3292    int var20 = var9.countTestCases();3293    java.lang.Object var21 = new java.lang.Object();3294    com.application.ciadobusao.test.EncontroTeste var22 = new com.application.ciadobusao.test.EncontroTeste();3295    junit.framework.Assert.assertNotSame(var21, (java.lang.Object)var22);3296    java.lang.String var24 = var22.toString();3297    junit.framework.TestResult var25 = var22.run();3298    junit.framework.Assert.assertNotSame((java.lang.Object)var9, (java.lang.Object)var25);3299    junit.framework.Assert.assertNotNull("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:< expected:<10> but was:<10>> expected:<1> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var25);3300    var1.run(var25);3301    junit.framework.Assert.assertNotNull("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true> expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>>(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var1);3302    3303    // Regression assertion (captures the current behavior of the code)3304    assertNotNull(var2);3305    3306    // Regression assertion (captures the current behavior of the code)3307    assertTrue("'" + var4 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var4.equals("null(com.application.ciadobusao.test.EncontroTeste)"));3308    3309    // Regression assertion (captures the current behavior of the code)3310    assertNull(var5);3311    3312    // Regression assertion (captures the current behavior of the code)3313    assertTrue(var10 == 1);3314    3315    // Regression assertion (captures the current behavior of the code)3316    assertNull(var11);3317    3318    // Regression assertion (captures the current behavior of the code)3319    assertNotNull(var12);3320    3321    // Regression assertion (captures the current behavior of the code)3322    assertTrue(var13 == 1);3323    3324    // Regression assertion (captures the current behavior of the code)3325    assertTrue("'" + var15 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var15.equals("null(com.application.ciadobusao.test.EncontroTeste)"));3326    3327    // Regression assertion (captures the current behavior of the code)3328    assertNotNull(var17);3329    3330    // Regression assertion (captures the current behavior of the code)3331    assertTrue(var20 == 1);3332    3333    // Regression assertion (captures the current behavior of the code)3334    assertTrue("'" + var24 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var24.equals("null(com.application.ciadobusao.test.EncontroTeste)"));3335    3336    // Regression assertion (captures the current behavior of the code)3337    assertNotNull(var25);3338  }3339  public void test56() throws Throwable {3340    if (debug) System.out.printf("%nRandoopTest13.test56");3341    com.application.ciadobusao.test.EncontroTeste var2 = new com.application.ciadobusao.test.EncontroTeste();3342    junit.framework.TestResult var3 = var2.run();3343    var2.test();3344    java.lang.String var5 = var2.getName();3345    com.application.ciadobusao.test.EncontroTeste var6 = new com.application.ciadobusao.test.EncontroTeste();3346    junit.framework.TestResult var7 = var6.run();3347    var2.run(var7);3348    com.application.ciadobusao.test.EncontroTeste var10 = new com.application.ciadobusao.test.EncontroTeste();3349    junit.framework.TestResult var11 = var10.run();3350    com.application.ciadobusao.test.EncontroTeste var12 = new com.application.ciadobusao.test.EncontroTeste();3351    junit.framework.TestResult var13 = var12.run();3352    var12.test();3353    junit.framework.TestResult var15 = var12.run();3354    var10.run(var15);3355    junit.framework.TestResult var17 = var10.run();3356    java.lang.String var18 = var10.getName();3357    var10.setName("hi!");3358    com.application.ciadobusao.test.EncontroTeste var22 = new com.application.ciadobusao.test.EncontroTeste();3359    java.lang.String var23 = var22.toString();3360    var22.setName("null(com.application.ciadobusao.test.EncontroTeste)");3361    int var26 = var22.countTestCases();3362    java.lang.String var28 = junit.framework.Assert.format("null(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var22, (java.lang.Object)true);3363    java.lang.String var29 = var22.toString();3364    java.lang.String var30 = var22.toString();3365    java.lang.String var31 = junit.framework.Assert.format("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:< expected:<10> but was:<10>>", (java.lang.Object)var10, (java.lang.Object)var22);3366    com.application.ciadobusao.test.EncontroTeste var34 = new com.application.ciadobusao.test.EncontroTeste();3367    junit.framework.TestResult var35 = var34.run();3368    junit.framework.TestResult var36 = var34.run();3369    junit.framework.TestResult var37 = var34.run();3370    com.application.ciadobusao.test.EncontroTeste var39 = new com.application.ciadobusao.test.EncontroTeste();3371    junit.framework.TestResult var40 = var39.run();3372    junit.framework.Assert.assertNotNull("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var39);3373    java.lang.String var42 = var39.toString();3374    java.lang.String var43 = junit.framework.Assert.format("null(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var37, (java.lang.Object)var39);3375    junit.framework.Assert.assertNotNull("null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var37);3376    var10.run(var37);3377    com.application.ciadobusao.test.EncontroTeste var47 = new com.application.ciadobusao.test.EncontroTeste();3378    java.lang.String var48 = var47.toString();3379    var47.setName("null(com.application.ciadobusao.test.EncontroTeste)");3380    int var51 = var47.countTestCases();3381    java.lang.String var53 = junit.framework.Assert.format("null(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var47, (java.lang.Object)true);3382    java.lang.String var54 = var47.toString();3383    java.lang.String var55 = var47.toString();3384    junit.framework.TestResult var56 = var47.run();3385    java.lang.Object var57 = new java.lang.Object();3386    com.application.ciadobusao.test.EncontroTeste var58 = new com.application.ciadobusao.test.EncontroTeste();3387    junit.framework.Assert.assertNotSame(var57, (java.lang.Object)var58);3388    java.lang.String var60 = var58.toString();3389    junit.framework.TestResult var61 = var58.run();3390    var47.run(var61);3391    junit.framework.Assert.assertNotSame((java.lang.Object)var10, (java.lang.Object)var61);3392    var10.setName("");3393    junit.framework.Assert.assertNotSame("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:< expected:<10> but was:<10>>", (java.lang.Object)var2, (java.lang.Object)"");3394    java.lang.String var67 = var2.toString();3395    com.application.ciadobusao.test.EncontroTeste var68 = new com.application.ciadobusao.test.EncontroTeste();3396    junit.framework.TestResult var69 = var68.run();3397    com.application.ciadobusao.test.EncontroTeste var70 = new com.application.ciadobusao.test.EncontroTeste();3398    junit.framework.TestResult var71 = var70.run();3399    var70.test();3400    junit.framework.TestResult var73 = var70.run();3401    var68.run(var73);3402    java.lang.String var75 = var68.getName();3403    junit.framework.Assert.assertNotNull((java.lang.Object)var68);3404    java.lang.String var77 = junit.framework.Assert.format("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var2, (java.lang.Object)var68);3405    // The following exception was thrown during execution.3406    // This behavior will recorded for regression testing.3407    try {3408      var68.runBare();3409      fail("Expected exception of type junit.framework.AssertionFailedError");3410    } catch (junit.framework.AssertionFailedError e) {3411      // Expected exception.3412    }3413    3414    3415    // Regression assertion (captures the current behavior of the code)3416    assertNotNull(var3);3417    3418    // Regression assertion (captures the current behavior of the code)3419    assertNull(var5);3420    3421    // Regression assertion (captures the current behavior of the code)3422    assertNotNull(var7);3423    3424    // Regression assertion (captures the current behavior of the code)3425    assertNotNull(var11);3426    3427    // Regression assertion (captures the current behavior of the code)3428    assertNotNull(var13);3429    3430    // Regression assertion (captures the current behavior of the code)3431    assertNotNull(var15);3432    3433    // Regression assertion (captures the current behavior of the code)3434    assertNotNull(var17);3435    3436    // Regression assertion (captures the current behavior of the code)3437    assertNull(var18);3438    3439    // Regression assertion (captures the current behavior of the code)3440    assertTrue("'" + var23 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var23.equals("null(com.application.ciadobusao.test.EncontroTeste)"));3441    3442    // Regression assertion (captures the current behavior of the code)3443    assertTrue(var26 == 1);3444    3445    // Regression assertion (captures the current behavior of the code)3446    assertTrue("'" + var28 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>"+ "'", var28.equals("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>"));3447    3448    // Regression assertion (captures the current behavior of the code)3449    assertTrue("'" + var29 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"+ "'", var29.equals("null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"));3450    3451    // Regression assertion (captures the current behavior of the code)3452    assertTrue("'" + var30 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"+ "'", var30.equals("null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"));3453    3454    // Regression assertion (captures the current behavior of the code)3455    assertTrue("'" + var31 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:< expected:<10> but was:<10>> expected:<hi!(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)>"+ "'", var31.equals("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:< expected:<10> but was:<10>> expected:<hi!(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)>"));3456    3457    // Regression assertion (captures the current behavior of the code)3458    assertNotNull(var35);3459    3460    // Regression assertion (captures the current behavior of the code)3461    assertNotNull(var36);3462    3463    // Regression assertion (captures the current behavior of the code)3464    assertNotNull(var37);3465    3466    // Regression assertion (captures the current behavior of the code)3467    assertNotNull(var40);3468    3469    // Regression assertion (captures the current behavior of the code)3470    assertTrue("'" + var42 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var42.equals("null(com.application.ciadobusao.test.EncontroTeste)"));3471    3472    // Regression assertion (captures the current behavior of the code)3473    assertTrue("'" + var48 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var48.equals("null(com.application.ciadobusao.test.EncontroTeste)"));3474    3475    // Regression assertion (captures the current behavior of the code)3476    assertTrue(var51 == 1);3477    3478    // Regression assertion (captures the current behavior of the code)3479    assertTrue("'" + var53 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>"+ "'", var53.equals("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>"));3480    3481    // Regression assertion (captures the current behavior of the code)3482    assertTrue("'" + var54 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"+ "'", var54.equals("null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"));3483    3484    // Regression assertion (captures the current behavior of the code)3485    assertTrue("'" + var55 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"+ "'", var55.equals("null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"));3486    3487    // Regression assertion (captures the current behavior of the code)3488    assertNotNull(var56);3489    3490    // Regression assertion (captures the current behavior of the code)3491    assertTrue("'" + var60 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var60.equals("null(com.application.ciadobusao.test.EncontroTeste)"));3492    3493    // Regression assertion (captures the current behavior of the code)3494    assertNotNull(var61);3495    3496    // Regression assertion (captures the current behavior of the code)3497    assertTrue("'" + var67 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var67.equals("null(com.application.ciadobusao.test.EncontroTeste)"));3498    3499    // Regression assertion (captures the current behavior of the code)3500    assertNotNull(var69);3501    3502    // Regression assertion (captures the current behavior of the code)3503    assertNotNull(var71);3504    3505    // Regression assertion (captures the current behavior of the code)3506    assertNotNull(var73);3507    3508    // Regression assertion (captures the current behavior of the code)3509    assertNull(var75);3510    3511    // Regression assertion (captures the current behavior of the code)3512    assertTrue("'" + var77 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)>"+ "'", var77.equals("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)>"));3513  }3514  public void test57() throws Throwable {3515    if (debug) System.out.printf("%nRandoopTest13.test57");3516    com.application.ciadobusao.test.EncontroTeste var1 = new com.application.ciadobusao.test.EncontroTeste();3517    junit.framework.TestResult var2 = var1.run();3518    junit.framework.TestResult var3 = var1.run();3519    junit.framework.Assert.assertNotNull("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>>", (java.lang.Object)var1);3520    var1.setName("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>");3521    java.lang.String var7 = var1.getName();3522    var1.setName("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>> but was:<null(com.application.ciadobusao.test.EncontroTeste)>");3523    var1.setName("null(com.application.ciadobusao.test.EncontroTeste) expected:<1.0> but was:<0> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<1.0> but was:<0>(com.application.ciadobusao.test.EncontroTeste)>");3524    com.application.ciadobusao.test.EncontroTeste var13 = new com.application.ciadobusao.test.EncontroTeste();3525    junit.framework.TestResult var14 = var13.run();3526    junit.framework.Assert.assertNotNull("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var13);3527    java.lang.String var16 = var13.toString();3528    var13.test();3529    junit.framework.TestResult var18 = var13.run();3530    junit.framework.Assert.assertNotSame((java.lang.Object)"null(com.application.ciadobusao.test.EncontroTeste) expected:<1.0> but was:<0> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<1.0> but was:<0>(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var13);3531    3532    // Regression assertion (captures the current behavior of the code)3533    assertNotNull(var2);3534    3535    // Regression assertion (captures the current behavior of the code)3536    assertNotNull(var3);3537    3538    // Regression assertion (captures the current behavior of the code)3539    assertTrue("'" + var7 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>"+ "'", var7.equals("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>"));3540    3541    // Regression assertion (captures the current behavior of the code)3542    assertNotNull(var14);3543    3544    // Regression assertion (captures the current behavior of the code)3545    assertTrue("'" + var16 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var16.equals("null(com.application.ciadobusao.test.EncontroTeste)"));3546    3547    // Regression assertion (captures the current behavior of the code)3548    assertNotNull(var18);3549  }3550  public void test58() throws Throwable {3551    if (debug) System.out.printf("%nRandoopTest13.test58");3552    // The following exception was thrown during execution.3553    // This behavior will recorded for regression testing.3554    try {3555      junit.framework.Assert.assertFalse("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true> expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<1> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true> expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<1>>", true);3556      fail("Expected exception of type junit.framework.AssertionFailedError");3557    } catch (junit.framework.AssertionFailedError e) {3558      // Expected exception.3559    }3560  }3561  public void test59() throws Throwable {3562    if (debug) System.out.printf("%nRandoopTest13.test59");3563    com.application.ciadobusao.test.EncontroTeste var5 = new com.application.ciadobusao.test.EncontroTeste();3564    junit.framework.TestResult var6 = var5.run();3565    var5.test();3566    junit.framework.Assert.assertNotSame(" expected:<10> but was:<10>", (java.lang.Object)var5, (java.lang.Object)"null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>");3567    java.lang.String var10 = var5.getName();3568    var5.setName("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>");3569    com.application.ciadobusao.test.EncontroTeste var14 = new com.application.ciadobusao.test.EncontroTeste();3570    int var15 = var14.countTestCases();3571    java.lang.String var16 = var14.getName();3572    junit.framework.TestResult var17 = var14.run();3573    int var18 = var14.countTestCases();3574    com.application.ciadobusao.test.EncontroTeste var19 = new com.application.ciadobusao.test.EncontroTeste();3575    java.lang.String var20 = var19.toString();3576    com.application.ciadobusao.test.EncontroTeste var21 = new com.application.ciadobusao.test.EncontroTeste();3577    junit.framework.TestResult var22 = var21.run();3578    var19.run(var22);3579    junit.framework.Assert.assertNotSame("null(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var14, (java.lang.Object)var22);3580    java.lang.String var25 = junit.framework.Assert.format("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)"null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>", (java.lang.Object)var14);3581    java.lang.Object var28 = new java.lang.Object();3582    junit.framework.Assert.assertNotSame("hi! expected:<100> but was:<10>", (java.lang.Object)1.0d, var28);3583    junit.framework.Assert.assertNotNull(var28);3584    java.lang.String var31 = junit.framework.Assert.format("null(com.application.ciadobusao.test.EncontroTeste) expected:<1.0> but was:<0>(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var14, var28);3585    java.lang.Object var33 = new java.lang.Object();3586    com.application.ciadobusao.test.EncontroTeste var34 = new com.application.ciadobusao.test.EncontroTeste();3587    junit.framework.Assert.assertNotSame(var33, (java.lang.Object)var34);3588    java.lang.String var36 = var34.toString();3589    java.lang.String var37 = var34.toString();3590    junit.framework.Assert.assertNotNull("hi!", (java.lang.Object)var34);3591    junit.framework.TestResult var39 = var34.run();3592    var14.run(var39);3593    junit.framework.Assert.assertNotNull("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:< >> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>> but was:<null(com.application.ciadobusao.test.EncontroTeste)>>", (java.lang.Object)var14);3594    java.lang.String var42 = var14.toString();3595    int var43 = var14.countTestCases();3596    // The following exception was thrown during execution.3597    // This behavior will recorded for regression testing.3598    try {3599      junit.framework.Assert.assertNull("null(com.application.ciadobusao.test.EncontroTeste) expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>>(com.application.ciadobusao.test.EncontroTeste)> but was:<hi!(com.application.ciadobusao.test.EncontroTeste) expected:<1> but was:<hi!(com.application.ciadobusao.test.EncontroTeste)>(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var14);3600      fail("Expected exception of type junit.framework.AssertionFailedError");3601    } catch (junit.framework.AssertionFailedError e) {3602      // Expected exception.3603    }3604    3605    3606    // Regression assertion (captures the current behavior of the code)3607    assertNotNull(var6);3608    3609    // Regression assertion (captures the current behavior of the code)3610    assertNull(var10);3611    3612    // Regression assertion (captures the current behavior of the code)3613    assertTrue(var15 == 1);3614    3615    // Regression assertion (captures the current behavior of the code)3616    assertNull(var16);3617    3618    // Regression assertion (captures the current behavior of the code)3619    assertNotNull(var17);3620    3621    // Regression assertion (captures the current behavior of the code)3622    assertTrue(var18 == 1);3623    3624    // Regression assertion (captures the current behavior of the code)3625    assertTrue("'" + var20 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var20.equals("null(com.application.ciadobusao.test.EncontroTeste)"));3626    3627    // Regression assertion (captures the current behavior of the code)3628    assertNotNull(var22);3629    3630    // Regression assertion (captures the current behavior of the code)3631    assertTrue("'" + var25 + "' != '" + "hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>> but was:<null(com.application.ciadobusao.test.EncontroTeste)>"+ "'", var25.equals("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>> but was:<null(com.application.ciadobusao.test.EncontroTeste)>"));3632    3633    // Regression assertion (captures the current behavior of the code)3634    assertTrue("'" + var36 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var36.equals("null(com.application.ciadobusao.test.EncontroTeste)"));3635    3636    // Regression assertion (captures the current behavior of the code)3637    assertTrue("'" + var37 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var37.equals("null(com.application.ciadobusao.test.EncontroTeste)"));3638    3639    // Regression assertion (captures the current behavior of the code)3640    assertNotNull(var39);3641    3642    // Regression assertion (captures the current behavior of the code)3643    assertTrue("'" + var42 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var42.equals("null(com.application.ciadobusao.test.EncontroTeste)"));3644    3645    // Regression assertion (captures the current behavior of the code)3646    assertTrue(var43 == 1);3647  }3648  public void test60() throws Throwable {3649    if (debug) System.out.printf("%nRandoopTest13.test60");3650    // The following exception was thrown during execution.3651    // This behavior will recorded for regression testing.3652    try {3653      junit.framework.Assert.assertEquals("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:< expected:<10> but was:<10>> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<hi! expected:<hi!> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)>> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", 10, 100);3654      fail("Expected exception of type junit.framework.AssertionFailedError");3655    } catch (junit.framework.AssertionFailedError e) {3656      // Expected exception.3657    }3658  }3659  public void test61() throws Throwable {3660    if (debug) System.out.printf("%nRandoopTest13.test61");3661    // The following exception was thrown during execution.3662    // This behavior will recorded for regression testing.3663    try {3664      junit.framework.Assert.assertEquals("hi! expected:<100> but was:<10>", 10.0f, (-1.0f), 1.0f);3665      fail("Expected exception of type junit.framework.AssertionFailedError");3666    } catch (junit.framework.AssertionFailedError e) {3667      // Expected exception.3668    }3669  }3670  public void test62() throws Throwable {3671    if (debug) System.out.printf("%nRandoopTest13.test62");3672    com.application.ciadobusao.test.EncontroTeste var1 = new com.application.ciadobusao.test.EncontroTeste();3673    java.lang.String var2 = var1.toString();3674    var1.setName(" expected:<10> but was:<10>");3675    junit.framework.TestResult var5 = var1.run();3676    var1.setName("null(com.application.ciadobusao.test.EncontroTeste)");3677    java.lang.String var8 = var1.toString();3678    int var9 = var1.countTestCases();3679    java.lang.String var10 = var1.getName();3680    var1.setName("null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>");3681    junit.framework.TestResult var13 = var1.run();3682    com.application.ciadobusao.test.EncontroTeste var14 = new com.application.ciadobusao.test.EncontroTeste();3683    java.lang.String var15 = var14.toString();3684    com.application.ciadobusao.test.EncontroTeste var16 = new com.application.ciadobusao.test.EncontroTeste();3685    junit.framework.TestResult var17 = var16.run();3686    var14.run(var17);3687    com.application.ciadobusao.test.EncontroTeste var19 = new com.application.ciadobusao.test.EncontroTeste();3688    junit.framework.TestResult var20 = var19.run();3689    com.application.ciadobusao.test.EncontroTeste var21 = new com.application.ciadobusao.test.EncontroTeste();3690    junit.framework.TestResult var22 = var21.run();3691    var21.test();3692    junit.framework.TestResult var24 = var21.run();3693    var19.run(var24);3694    var14.run(var24);3695    java.lang.String var27 = var14.toString();3696    java.lang.Object var28 = new java.lang.Object();3697    com.application.ciadobusao.test.EncontroTeste var29 = new com.application.ciadobusao.test.EncontroTeste();3698    junit.framework.Assert.assertNotSame(var28, (java.lang.Object)var29);3699    java.lang.String var31 = var29.toString();3700    junit.framework.TestResult var32 = var29.run();3701    com.application.ciadobusao.test.EncontroTeste var34 = new com.application.ciadobusao.test.EncontroTeste();3702    junit.framework.TestResult var35 = var34.run();3703    var34.test();3704    java.lang.String var37 = var34.toString();3705    com.application.ciadobusao.test.EncontroTeste var38 = new com.application.ciadobusao.test.EncontroTeste();3706    junit.framework.TestResult var39 = var38.run();3707    junit.framework.TestResult var40 = var38.run();3708    junit.framework.TestResult var41 = var38.run();3709    var34.run(var41);3710    junit.framework.Assert.assertNotSame("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>", (java.lang.Object)var34, (java.lang.Object)(byte)100);3711    junit.framework.Assert.assertNotSame((java.lang.Object)var32, (java.lang.Object)(byte)100);3712    junit.framework.Assert.assertNotSame((java.lang.Object)var32, (java.lang.Object)0.0f);3713    var14.run(var32);3714    com.application.ciadobusao.test.EncontroTeste var49 = new com.application.ciadobusao.test.EncontroTeste();3715    junit.framework.TestResult var50 = var49.run();3716    var49.test();3717    junit.framework.TestResult var52 = var49.run();3718    int var53 = var49.countTestCases();3719    var49.setName("null(com.application.ciadobusao.test.EncontroTeste) expected:<1.0> but was:<0>");3720    com.application.ciadobusao.test.EncontroTeste var57 = new com.application.ciadobusao.test.EncontroTeste();3721    junit.framework.TestResult var58 = var57.run();3722    junit.framework.TestResult var59 = var57.run();3723    junit.framework.TestResult var60 = var57.run();3724    java.lang.Object var63 = new java.lang.Object();3725    com.application.ciadobusao.test.EncontroTeste var64 = new com.application.ciadobusao.test.EncontroTeste();3726    junit.framework.Assert.assertNotSame(var63, (java.lang.Object)var64);3727    java.lang.String var66 = junit.framework.Assert.format("hi!", (java.lang.Object)(-1), (java.lang.Object)var64);3728    java.lang.String var67 = var64.getName();3729    junit.framework.Assert.assertNotSame("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var60, (java.lang.Object)var64);3730    var49.run(var60);3731    junit.framework.Assert.assertNotSame((java.lang.Object)var32, (java.lang.Object)var49);3732    junit.framework.Assert.assertNotNull((java.lang.Object)var49);3733    java.lang.String var72 = junit.framework.Assert.format("null(com.application.ciadobusao.test.EncontroTeste) expected:<1.0> but was:<0>", (java.lang.Object)var1, (java.lang.Object)var49);3734    java.lang.String var73 = var1.getName();3735    // The following exception was thrown during execution.3736    // This behavior will recorded for regression testing.3737    try {3738      var1.runBare();3739      fail("Expected exception of type junit.framework.AssertionFailedError");3740    } catch (junit.framework.AssertionFailedError e) {3741      // Expected exception.3742    }3743    3744    3745    // Regression assertion (captures the current behavior of the code)3746    assertTrue("'" + var2 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var2.equals("null(com.application.ciadobusao.test.EncontroTeste)"));3747    3748    // Regression assertion (captures the current behavior of the code)3749    assertNotNull(var5);3750    3751    // Regression assertion (captures the current behavior of the code)3752    assertTrue("'" + var8 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"+ "'", var8.equals("null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"));3753    3754    // Regression assertion (captures the current behavior of the code)3755    assertTrue(var9 == 1);3756    3757    // Regression assertion (captures the current behavior of the code)3758    assertTrue("'" + var10 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var10.equals("null(com.application.ciadobusao.test.EncontroTeste)"));3759    3760    // Regression assertion (captures the current behavior of the code)3761    assertNotNull(var13);3762    3763    // Regression assertion (captures the current behavior of the code)3764    assertTrue("'" + var15 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var15.equals("null(com.application.ciadobusao.test.EncontroTeste)"));3765    3766    // Regression assertion (captures the current behavior of the code)3767    assertNotNull(var17);3768    3769    // Regression assertion (captures the current behavior of the code)3770    assertNotNull(var20);3771    3772    // Regression assertion (captures the current behavior of the code)3773    assertNotNull(var22);3774    3775    // Regression assertion (captures the current behavior of the code)3776    assertNotNull(var24);3777    3778    // Regression assertion (captures the current behavior of the code)3779    assertTrue("'" + var27 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var27.equals("null(com.application.ciadobusao.test.EncontroTeste)"));3780    3781    // Regression assertion (captures the current behavior of the code)3782    assertTrue("'" + var31 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var31.equals("null(com.application.ciadobusao.test.EncontroTeste)"));3783    3784    // Regression assertion (captures the current behavior of the code)3785    assertNotNull(var32);3786    3787    // Regression assertion (captures the current behavior of the code)3788    assertNotNull(var35);3789    3790    // Regression assertion (captures the current behavior of the code)3791    assertTrue("'" + var37 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var37.equals("null(com.application.ciadobusao.test.EncontroTeste)"));3792    3793    // Regression assertion (captures the current behavior of the code)3794    assertNotNull(var39);3795    3796    // Regression assertion (captures the current behavior of the code)3797    assertNotNull(var40);3798    3799    // Regression assertion (captures the current behavior of the code)3800    assertNotNull(var41);3801    3802    // Regression assertion (captures the current behavior of the code)3803    assertNotNull(var50);3804    3805    // Regression assertion (captures the current behavior of the code)3806    assertNotNull(var52);3807    3808    // Regression assertion (captures the current behavior of the code)3809    assertTrue(var53 == 1);3810    3811    // Regression assertion (captures the current behavior of the code)3812    assertNotNull(var58);3813    3814    // Regression assertion (captures the current behavior of the code)3815    assertNotNull(var59);3816    3817    // Regression assertion (captures the current behavior of the code)3818    assertNotNull(var60);3819    3820    // Regression assertion (captures the current behavior of the code)3821    assertTrue("'" + var66 + "' != '" + "hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>"+ "'", var66.equals("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>"));3822    3823    // Regression assertion (captures the current behavior of the code)3824    assertNull(var67);3825    3826    // Regression assertion (captures the current behavior of the code)3827    assertTrue("'" + var72 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste) expected:<1.0> but was:<0> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<1.0> but was:<0>(com.application.ciadobusao.test.EncontroTeste)>"+ "'", var72.equals("null(com.application.ciadobusao.test.EncontroTeste) expected:<1.0> but was:<0> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<1.0> but was:<0>(com.application.ciadobusao.test.EncontroTeste)>"));3828    3829    // Regression assertion (captures the current behavior of the code)3830    assertTrue("'" + var73 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>"+ "'", var73.equals("null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>"));3831  }3832  public void test63() throws Throwable {3833    if (debug) System.out.printf("%nRandoopTest13.test63");3834    com.application.ciadobusao.test.EncontroTeste var0 = new com.application.ciadobusao.test.EncontroTeste();3835    java.lang.String var1 = var0.toString();3836    junit.framework.TestResult var2 = var0.run();3837    var0.setName("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true> expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>>");3838    var0.setName("null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1> expected:<hi!> but was:<null(com.application.ciadobusao.test.EncontroTeste)>");3839    var0.setName("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>> expected:<> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)>");3840    3841    // Regression assertion (captures the current behavior of the code)3842    assertTrue("'" + var1 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var1.equals("null(com.application.ciadobusao.test.EncontroTeste)"));3843    3844    // Regression assertion (captures the current behavior of the code)3845    assertNotNull(var2);3846  }3847  public void test64() throws Throwable {3848    if (debug) System.out.printf("%nRandoopTest13.test64");3849    java.lang.Object var0 = new java.lang.Object();3850    com.application.ciadobusao.test.EncontroTeste var1 = new com.application.ciadobusao.test.EncontroTeste();3851    junit.framework.Assert.assertNotSame(var0, (java.lang.Object)var1);3852    java.lang.String var3 = var1.toString();3853    java.lang.String var4 = var1.toString();3854    var1.setName("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>>");3855    com.application.ciadobusao.test.EncontroTeste var8 = new com.application.ciadobusao.test.EncontroTeste();3856    java.lang.String var9 = var8.toString();3857    junit.framework.TestResult var10 = var8.run();3858    junit.framework.Assert.assertNotNull("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>>", (java.lang.Object)var10);3859    var1.run(var10);3860    java.lang.String var13 = var1.getName();3861    com.application.ciadobusao.test.EncontroTeste var15 = new com.application.ciadobusao.test.EncontroTeste();3862    junit.framework.TestResult var16 = var15.run();3863    var15.test();3864    junit.framework.Assert.assertNotSame(" expected:<10> but was:<10>", (java.lang.Object)var15, (java.lang.Object)"null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>");3865    java.lang.String var20 = var15.getName();3866    com.application.ciadobusao.test.EncontroTeste var22 = new com.application.ciadobusao.test.EncontroTeste();3867    junit.framework.TestResult var23 = var22.run();3868    junit.framework.TestResult var24 = var22.run();3869    junit.framework.Assert.assertNotNull("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>>", (java.lang.Object)var22);3870    var22.setName("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>");3871    junit.framework.TestResult var28 = var22.run();3872    var15.run(var28);3873    com.application.ciadobusao.test.EncontroTeste var31 = new com.application.ciadobusao.test.EncontroTeste();3874    junit.framework.TestResult var32 = var31.run();3875    junit.framework.TestResult var33 = var31.run();3876    junit.framework.Assert.assertNotNull("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>>", (java.lang.Object)var31);3877    var31.setName("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>");3878    junit.framework.TestResult var37 = var31.run();3879    junit.framework.Assert.assertNotNull((java.lang.Object)var31);3880    junit.framework.TestResult var39 = var31.run();3881    junit.framework.TestResult var40 = var31.run();3882    int var41 = var31.countTestCases();3883    var31.setName("hi! expected:<hi!> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<10> but was:< expected:<10> but was:<10>(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<10> but was:< expected:<10> but was:<10>(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<hi!(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)>");3884    junit.framework.TestResult var44 = var31.run();3885    com.application.ciadobusao.test.EncontroTeste var48 = new com.application.ciadobusao.test.EncontroTeste();3886    junit.framework.TestResult var49 = var48.run();3887    var48.test();3888    junit.framework.Assert.assertNotSame(" expected:<10> but was:<10>", (java.lang.Object)var48, (java.lang.Object)"null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>");3889    java.lang.String var53 = var48.getName();3890    var48.setName("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>");3891    junit.framework.TestResult var56 = var48.run();3892    var48.test();3893    junit.framework.Assert.assertNotNull(" expected:<10> but was:<10>", (java.lang.Object)var48);3894    com.application.ciadobusao.test.EncontroTeste var60 = new com.application.ciadobusao.test.EncontroTeste();3895    junit.framework.TestResult var61 = var60.run();3896    var60.test();3897    junit.framework.TestResult var63 = var60.run();3898    int var64 = var60.countTestCases();3899    java.lang.Object var67 = new java.lang.Object();3900    com.application.ciadobusao.test.EncontroTeste var68 = new com.application.ciadobusao.test.EncontroTeste();3901    junit.framework.Assert.assertNotSame(var67, (java.lang.Object)var68);3902    java.lang.String var70 = junit.framework.Assert.format("hi!", (java.lang.Object)(-1), (java.lang.Object)var68);3903    java.lang.String var71 = var68.toString();3904    var68.setName("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>");3905    junit.framework.Assert.assertNotSame("hi! expected:<100> but was:<10>", (java.lang.Object)var60, (java.lang.Object)"null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>");3906    java.lang.Object var75 = new java.lang.Object();3907    com.application.ciadobusao.test.EncontroTeste var76 = new com.application.ciadobusao.test.EncontroTeste();3908    junit.framework.Assert.assertNotSame(var75, (java.lang.Object)var76);3909    junit.framework.TestResult var78 = var76.run();3910    com.application.ciadobusao.test.EncontroTeste var79 = new com.application.ciadobusao.test.EncontroTeste();3911    junit.framework.TestResult var80 = var79.run();3912    var79.test();3913    junit.framework.TestResult var82 = var79.run();3914    int var83 = var79.countTestCases();3915    junit.framework.TestResult var84 = var79.run();3916    var76.run(var84);3917    junit.framework.Assert.assertNotSame((java.lang.Object)"null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>", (java.lang.Object)var84);3918    var48.run(var84);3919    junit.framework.Assert.assertNotNull("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<10> but was:< expected:<10> but was:<10>(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<10> but was:< expected:<10> but was:<10>(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var84);3920    var31.run(var84);3921    var15.run(var84);3922    var1.run(var84);3923    3924    // Regression assertion (captures the current behavior of the code)3925    assertTrue("'" + var3 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var3.equals("null(com.application.ciadobusao.test.EncontroTeste)"));3926    3927    // Regression assertion (captures the current behavior of the code)3928    assertTrue("'" + var4 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var4.equals("null(com.application.ciadobusao.test.EncontroTeste)"));3929    3930    // Regression assertion (captures the current behavior of the code)3931    assertTrue("'" + var9 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var9.equals("null(com.application.ciadobusao.test.EncontroTeste)"));3932    3933    // Regression assertion (captures the current behavior of the code)3934    assertNotNull(var10);3935    3936    // Regression assertion (captures the current behavior of the code)3937    assertTrue("'" + var13 + "' != '" + "hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>>"+ "'", var13.equals("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<null(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste) expected:<100> but was:<-1>>"));3938    3939    // Regression assertion (captures the current behavior of the code)3940    assertNotNull(var16);3941    3942    // Regression assertion (captures the current behavior of the code)3943    assertNull(var20);3944    3945    // Regression assertion (captures the current behavior of the code)3946    assertNotNull(var23);3947    3948    // Regression assertion (captures the current behavior of the code)3949    assertNotNull(var24);3950    3951    // Regression assertion (captures the current behavior of the code)3952    assertNotNull(var28);3953    3954    // Regression assertion (captures the current behavior of the code)3955    assertNotNull(var32);3956    3957    // Regression assertion (captures the current behavior of the code)3958    assertNotNull(var33);3959    3960    // Regression assertion (captures the current behavior of the code)3961    assertNotNull(var37);3962    3963    // Regression assertion (captures the current behavior of the code)3964    assertNotNull(var39);3965    3966    // Regression assertion (captures the current behavior of the code)3967    assertNotNull(var40);3968    3969    // Regression assertion (captures the current behavior of the code)3970    assertTrue(var41 == 1);3971    3972    // Regression assertion (captures the current behavior of the code)3973    assertNotNull(var44);3974    3975    // Regression assertion (captures the current behavior of the code)3976    assertNotNull(var49);3977    3978    // Regression assertion (captures the current behavior of the code)3979    assertNull(var53);3980    3981    // Regression assertion (captures the current behavior of the code)3982    assertNotNull(var56);3983    3984    // Regression assertion (captures the current behavior of the code)3985    assertNotNull(var61);3986    3987    // Regression assertion (captures the current behavior of the code)3988    assertNotNull(var63);3989    3990    // Regression assertion (captures the current behavior of the code)3991    assertTrue(var64 == 1);3992    3993    // Regression assertion (captures the current behavior of the code)3994    assertTrue("'" + var70 + "' != '" + "hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>"+ "'", var70.equals("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>"));3995    3996    // Regression assertion (captures the current behavior of the code)3997    assertTrue("'" + var71 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var71.equals("null(com.application.ciadobusao.test.EncontroTeste)"));3998    3999    // Regression assertion (captures the current behavior of the code)4000    assertNotNull(var78);4001    4002    // Regression assertion (captures the current behavior of the code)4003    assertNotNull(var80);4004    4005    // Regression assertion (captures the current behavior of the code)4006    assertNotNull(var82);4007    4008    // Regression assertion (captures the current behavior of the code)4009    assertTrue(var83 == 1);4010    4011    // Regression assertion (captures the current behavior of the code)4012    assertNotNull(var84);4013  }4014  public void test65() throws Throwable {4015    if (debug) System.out.printf("%nRandoopTest13.test65");4016    com.application.ciadobusao.test.EncontroTeste var0 = new com.application.ciadobusao.test.EncontroTeste();4017    java.lang.String var1 = var0.toString();4018    var0.setName(" expected:<10> but was:<10>");4019    junit.framework.TestResult var4 = var0.run();4020    var0.setName("null(com.application.ciadobusao.test.EncontroTeste)");4021    var0.test();4022    java.lang.String var8 = var0.toString();4023    4024    // Regression assertion (captures the current behavior of the code)4025    assertTrue("'" + var1 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var1.equals("null(com.application.ciadobusao.test.EncontroTeste)"));4026    4027    // Regression assertion (captures the current behavior of the code)4028    assertNotNull(var4);4029    4030    // Regression assertion (captures the current behavior of the code)4031    assertTrue("'" + var8 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"+ "'", var8.equals("null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"));4032  }4033  public void test66() throws Throwable {4034    if (debug) System.out.printf("%nRandoopTest13.test66");4035    com.application.ciadobusao.test.EncontroTeste var0 = new com.application.ciadobusao.test.EncontroTeste();4036    java.lang.String var1 = var0.toString();4037    com.application.ciadobusao.test.EncontroTeste var2 = new com.application.ciadobusao.test.EncontroTeste();4038    junit.framework.TestResult var3 = var2.run();4039    var0.run(var3);4040    com.application.ciadobusao.test.EncontroTeste var5 = new com.application.ciadobusao.test.EncontroTeste();4041    junit.framework.TestResult var6 = var5.run();4042    com.application.ciadobusao.test.EncontroTeste var7 = new com.application.ciadobusao.test.EncontroTeste();4043    junit.framework.TestResult var8 = var7.run();4044    var7.test();4045    junit.framework.TestResult var10 = var7.run();4046    var5.run(var10);4047    var0.run(var10);4048    java.lang.String var13 = var0.toString();4049    java.lang.Object var14 = new java.lang.Object();4050    com.application.ciadobusao.test.EncontroTeste var15 = new com.application.ciadobusao.test.EncontroTeste();4051    junit.framework.Assert.assertNotSame(var14, (java.lang.Object)var15);4052    java.lang.String var17 = var15.toString();4053    junit.framework.TestResult var18 = var15.run();4054    com.application.ciadobusao.test.EncontroTeste var20 = new com.application.ciadobusao.test.EncontroTeste();4055    junit.framework.TestResult var21 = var20.run();4056    var20.test();4057    java.lang.String var23 = var20.toString();4058    com.application.ciadobusao.test.EncontroTeste var24 = new com.application.ciadobusao.test.EncontroTeste();4059    junit.framework.TestResult var25 = var24.run();4060    junit.framework.TestResult var26 = var24.run();4061    junit.framework.TestResult var27 = var24.run();4062    var20.run(var27);4063    junit.framework.Assert.assertNotSame("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>", (java.lang.Object)var20, (java.lang.Object)(byte)100);4064    junit.framework.Assert.assertNotSame((java.lang.Object)var18, (java.lang.Object)(byte)100);4065    junit.framework.Assert.assertNotSame((java.lang.Object)var18, (java.lang.Object)0.0f);4066    var0.run(var18);4067    com.application.ciadobusao.test.EncontroTeste var35 = new com.application.ciadobusao.test.EncontroTeste();4068    junit.framework.TestResult var36 = var35.run();4069    var35.test();4070    junit.framework.TestResult var38 = var35.run();4071    int var39 = var35.countTestCases();4072    var35.setName("null(com.application.ciadobusao.test.EncontroTeste) expected:<1.0> but was:<0>");4073    com.application.ciadobusao.test.EncontroTeste var43 = new com.application.ciadobusao.test.EncontroTeste();4074    junit.framework.TestResult var44 = var43.run();4075    junit.framework.TestResult var45 = var43.run();4076    junit.framework.TestResult var46 = var43.run();4077    java.lang.Object var49 = new java.lang.Object();4078    com.application.ciadobusao.test.EncontroTeste var50 = new com.application.ciadobusao.test.EncontroTeste();4079    junit.framework.Assert.assertNotSame(var49, (java.lang.Object)var50);4080    java.lang.String var52 = junit.framework.Assert.format("hi!", (java.lang.Object)(-1), (java.lang.Object)var50);4081    java.lang.String var53 = var50.getName();4082    junit.framework.Assert.assertNotSame("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var46, (java.lang.Object)var50);4083    var35.run(var46);4084    junit.framework.Assert.assertNotSame((java.lang.Object)var18, (java.lang.Object)var35);4085    int var57 = var35.countTestCases();4086    int var58 = var35.countTestCases();4087    4088    // Regression assertion (captures the current behavior of the code)4089    assertTrue("'" + var1 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var1.equals("null(com.application.ciadobusao.test.EncontroTeste)"));4090    4091    // Regression assertion (captures the current behavior of the code)4092    assertNotNull(var3);4093    4094    // Regression assertion (captures the current behavior of the code)4095    assertNotNull(var6);4096    4097    // Regression assertion (captures the current behavior of the code)4098    assertNotNull(var8);4099    4100    // Regression assertion (captures the current behavior of the code)4101    assertNotNull(var10);4102    4103    // Regression assertion (captures the current behavior of the code)4104    assertTrue("'" + var13 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var13.equals("null(com.application.ciadobusao.test.EncontroTeste)"));4105    4106    // Regression assertion (captures the current behavior of the code)4107    assertTrue("'" + var17 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var17.equals("null(com.application.ciadobusao.test.EncontroTeste)"));4108    4109    // Regression assertion (captures the current behavior of the code)4110    assertNotNull(var18);4111    4112    // Regression assertion (captures the current behavior of the code)4113    assertNotNull(var21);4114    4115    // Regression assertion (captures the current behavior of the code)4116    assertTrue("'" + var23 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var23.equals("null(com.application.ciadobusao.test.EncontroTeste)"));4117    4118    // Regression assertion (captures the current behavior of the code)4119    assertNotNull(var25);4120    4121    // Regression assertion (captures the current behavior of the code)4122    assertNotNull(var26);4123    4124    // Regression assertion (captures the current behavior of the code)4125    assertNotNull(var27);4126    4127    // Regression assertion (captures the current behavior of the code)4128    assertNotNull(var36);4129    4130    // Regression assertion (captures the current behavior of the code)4131    assertNotNull(var38);4132    4133    // Regression assertion (captures the current behavior of the code)4134    assertTrue(var39 == 1);4135    4136    // Regression assertion (captures the current behavior of the code)4137    assertNotNull(var44);4138    4139    // Regression assertion (captures the current behavior of the code)4140    assertNotNull(var45);4141    4142    // Regression assertion (captures the current behavior of the code)4143    assertNotNull(var46);4144    4145    // Regression assertion (captures the current behavior of the code)4146    assertTrue("'" + var52 + "' != '" + "hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>"+ "'", var52.equals("hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>"));4147    4148    // Regression assertion (captures the current behavior of the code)4149    assertNull(var53);4150    4151    // Regression assertion (captures the current behavior of the code)4152    assertTrue(var57 == 1);4153    4154    // Regression assertion (captures the current behavior of the code)4155    assertTrue(var58 == 1);4156  }4157  public void test67() throws Throwable {4158    if (debug) System.out.printf("%nRandoopTest13.test67");4159    com.application.ciadobusao.test.EncontroTeste var3 = new com.application.ciadobusao.test.EncontroTeste();4160    java.lang.String var4 = var3.toString();4161    var3.setName("null(com.application.ciadobusao.test.EncontroTeste)");4162    int var7 = var3.countTestCases();4163    java.lang.String var9 = junit.framework.Assert.format("null(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var3, (java.lang.Object)true);4164    java.lang.String var10 = var3.toString();4165    java.lang.String var11 = var3.toString();4166    junit.framework.TestResult var12 = var3.run();4167    com.application.ciadobusao.test.EncontroTeste var13 = new com.application.ciadobusao.test.EncontroTeste();4168    int var14 = var13.countTestCases();4169    java.lang.String var15 = var13.getName();4170    int var16 = var13.countTestCases();4171    java.lang.String var17 = var13.getName();4172    junit.framework.Assert.assertNotSame((java.lang.Object)var13, (java.lang.Object)true);4173    junit.framework.TestResult var20 = var13.run();4174    java.lang.String var21 = junit.framework.Assert.format("hi! expected:<hi!> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var12, (java.lang.Object)var13);4175    com.application.ciadobusao.test.EncontroTeste var24 = new com.application.ciadobusao.test.EncontroTeste();4176    junit.framework.TestResult var25 = var24.run();4177    java.lang.String var26 = var24.toString();4178    com.application.ciadobusao.test.EncontroTeste var27 = new com.application.ciadobusao.test.EncontroTeste();4179    java.lang.String var28 = var27.toString();4180    com.application.ciadobusao.test.EncontroTeste var29 = new com.application.ciadobusao.test.EncontroTeste();4181    junit.framework.TestResult var30 = var29.run();4182    var27.run(var30);4183    com.application.ciadobusao.test.EncontroTeste var32 = new com.application.ciadobusao.test.EncontroTeste();4184    junit.framework.TestResult var33 = var32.run();4185    com.application.ciadobusao.test.EncontroTeste var34 = new com.application.ciadobusao.test.EncontroTeste();4186    junit.framework.TestResult var35 = var34.run();4187    var34.test();4188    junit.framework.TestResult var37 = var34.run();4189    var32.run(var37);4190    var27.run(var37);4191    var24.run(var37);4192    com.application.ciadobusao.test.EncontroTeste var43 = new com.application.ciadobusao.test.EncontroTeste();4193    int var44 = var43.countTestCases();4194    java.lang.String var45 = var43.getName();4195    junit.framework.TestResult var46 = var43.run();4196    int var47 = var43.countTestCases();4197    com.application.ciadobusao.test.EncontroTeste var48 = new com.application.ciadobusao.test.EncontroTeste();4198    java.lang.String var49 = var48.toString();4199    com.application.ciadobusao.test.EncontroTeste var50 = new com.application.ciadobusao.test.EncontroTeste();4200    junit.framework.TestResult var51 = var50.run();4201    var48.run(var51);4202    junit.framework.Assert.assertNotSame("null(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)var43, (java.lang.Object)var51);4203    int var54 = var43.countTestCases();4204    java.lang.Object var55 = new java.lang.Object();4205    com.application.ciadobusao.test.EncontroTeste var56 = new com.application.ciadobusao.test.EncontroTeste();4206    junit.framework.Assert.assertNotSame(var55, (java.lang.Object)var56);4207    java.lang.String var58 = var56.toString();4208    junit.framework.TestResult var59 = var56.run();4209    junit.framework.Assert.assertNotSame((java.lang.Object)var43, (java.lang.Object)var59);4210    junit.framework.Assert.assertNotSame((java.lang.Object)(short)100, (java.lang.Object)var59);4211    var24.run(var59);4212    junit.framework.Assert.assertNotNull("hi!", (java.lang.Object)var59);4213    com.application.ciadobusao.test.EncontroTeste var64 = new com.application.ciadobusao.test.EncontroTeste();4214    junit.framework.TestResult var65 = var64.run();4215    var64.test();4216    junit.framework.TestResult var67 = var64.run();4217    int var68 = var64.countTestCases();4218    junit.framework.TestResult var69 = var64.run();4219    java.lang.String var70 = var64.toString();4220    junit.framework.Assert.assertNotNull((java.lang.Object)var64);4221    junit.framework.Assert.assertNotSame("hi!(com.application.ciadobusao.test.EncontroTeste)", (java.lang.Object)"hi!", (java.lang.Object)var64);4222    java.lang.String var73 = var64.getName();4223    java.lang.String var74 = junit.framework.Assert.format("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)"hi! expected:<hi!> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)>", (java.lang.Object)var64);4224    java.lang.String var75 = var64.toString();4225    4226    // Regression assertion (captures the current behavior of the code)4227    assertTrue("'" + var4 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var4.equals("null(com.application.ciadobusao.test.EncontroTeste)"));4228    4229    // Regression assertion (captures the current behavior of the code)4230    assertTrue(var7 == 1);4231    4232    // Regression assertion (captures the current behavior of the code)4233    assertTrue("'" + var9 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>"+ "'", var9.equals("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>"));4234    4235    // Regression assertion (captures the current behavior of the code)4236    assertTrue("'" + var10 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"+ "'", var10.equals("null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"));4237    4238    // Regression assertion (captures the current behavior of the code)4239    assertTrue("'" + var11 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"+ "'", var11.equals("null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)"));4240    4241    // Regression assertion (captures the current behavior of the code)4242    assertNotNull(var12);4243    4244    // Regression assertion (captures the current behavior of the code)4245    assertTrue(var14 == 1);4246    4247    // Regression assertion (captures the current behavior of the code)4248    assertNull(var15);4249    4250    // Regression assertion (captures the current behavior of the code)4251    assertTrue(var16 == 1);4252    4253    // Regression assertion (captures the current behavior of the code)4254    assertNull(var17);4255    4256    // Regression assertion (captures the current behavior of the code)4257    assertNotNull(var20);4258    4259    // Regression assertion (captures the current behavior of the code)4260    assertNotNull(var25);4261    4262    // Regression assertion (captures the current behavior of the code)4263    assertTrue("'" + var26 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var26.equals("null(com.application.ciadobusao.test.EncontroTeste)"));4264    4265    // Regression assertion (captures the current behavior of the code)4266    assertTrue("'" + var28 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var28.equals("null(com.application.ciadobusao.test.EncontroTeste)"));4267    4268    // Regression assertion (captures the current behavior of the code)4269    assertNotNull(var30);4270    4271    // Regression assertion (captures the current behavior of the code)4272    assertNotNull(var33);4273    4274    // Regression assertion (captures the current behavior of the code)4275    assertNotNull(var35);4276    4277    // Regression assertion (captures the current behavior of the code)4278    assertNotNull(var37);4279    4280    // Regression assertion (captures the current behavior of the code)4281    assertTrue(var44 == 1);4282    4283    // Regression assertion (captures the current behavior of the code)4284    assertNull(var45);4285    4286    // Regression assertion (captures the current behavior of the code)4287    assertNotNull(var46);4288    4289    // Regression assertion (captures the current behavior of the code)4290    assertTrue(var47 == 1);4291    4292    // Regression assertion (captures the current behavior of the code)4293    assertTrue("'" + var49 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var49.equals("null(com.application.ciadobusao.test.EncontroTeste)"));4294    4295    // Regression assertion (captures the current behavior of the code)4296    assertNotNull(var51);4297    4298    // Regression assertion (captures the current behavior of the code)4299    assertTrue(var54 == 1);4300    4301    // Regression assertion (captures the current behavior of the code)4302    assertTrue("'" + var58 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var58.equals("null(com.application.ciadobusao.test.EncontroTeste)"));4303    4304    // Regression assertion (captures the current behavior of the code)4305    assertNotNull(var59);4306    4307    // Regression assertion (captures the current behavior of the code)4308    assertNotNull(var65);4309    4310    // Regression assertion (captures the current behavior of the code)4311    assertNotNull(var67);4312    4313    // Regression assertion (captures the current behavior of the code)4314    assertTrue(var68 == 1);4315    4316    // Regression assertion (captures the current behavior of the code)4317    assertNotNull(var69);4318    4319    // Regression assertion (captures the current behavior of the code)4320    assertTrue("'" + var70 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var70.equals("null(com.application.ciadobusao.test.EncontroTeste)"));4321    4322    // Regression assertion (captures the current behavior of the code)4323    assertNull(var73);4324    4325    // Regression assertion (captures the current behavior of the code)4326    assertTrue("'" + var74 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<hi!> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)>"+ "'", var74.equals("null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste) expected:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> but was:<true>(com.application.ciadobusao.test.EncontroTeste)> but was:<null(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<hi!> but was:<null(com.application.ciadobusao.test.EncontroTeste)(com.application.ciadobusao.test.EncontroTeste)> expected:<hi! expected:<-1> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)>> but was:<null(com.application.ciadobusao.test.EncontroTeste)>"));4327    4328    // Regression assertion (captures the current behavior of the code)4329    assertTrue("'" + var75 + "' != '" + "null(com.application.ciadobusao.test.EncontroTeste)"+ "'", var75.equals("null(com.application.ciadobusao.test.EncontroTeste)"));4330  }4331}...Source:SforceServiceTestCase.java  
...25            if(jre.getLinkedCause()!=null)26                jre.getLinkedCause().printStackTrace();27            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);28        }29        assertNotNull("binding is null", binding);30        // Time out after a minute31        binding.setTimeout(60000);32        // Test operation33        try {34            com.sforce.soap.partner.LoginResult value = null;35            value = binding.login(new java.lang.String(), new java.lang.String());36        }37        catch (com.sforce.soap.partner.fault.InvalidIdFault e1) {38            throw new junit.framework.AssertionFailedError("InvalidIdFault Exception caught: " + e1);39        }40        catch (com.sforce.soap.partner.fault.UnexpectedErrorFault e2) {41            throw new junit.framework.AssertionFailedError("UnexpectedErrorFault Exception caught: " + e2);42        }43        catch (com.sforce.soap.partner.fault.LoginFault e3) {44            throw new junit.framework.AssertionFailedError("LoginFault Exception caught: " + e3);45        }46            // TBD - validate results47    }48    public void test2SoapDescribeSObject() throws Exception {49        com.sforce.soap.partner.SoapBindingStub binding;50        try {51            binding = (com.sforce.soap.partner.SoapBindingStub)52                          new com.sforce.soap.partner.SforceServiceLocator().getSoap();53        }54        catch (javax.xml.rpc.ServiceException jre) {55            if(jre.getLinkedCause()!=null)56                jre.getLinkedCause().printStackTrace();57            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);58        }59        assertNotNull("binding is null", binding);60        // Time out after a minute61        binding.setTimeout(60000);62        // Test operation63        try {64            com.sforce.soap.partner.DescribeSObjectResult value = null;65            value = binding.describeSObject(new java.lang.String());66        }67        catch (com.sforce.soap.partner.fault.InvalidSObjectFault e1) {68            throw new junit.framework.AssertionFailedError("InvalidSObjectFault Exception caught: " + e1);69        }70        catch (com.sforce.soap.partner.fault.UnexpectedErrorFault e2) {71            throw new junit.framework.AssertionFailedError("UnexpectedErrorFault Exception caught: " + e2);72        }73            // TBD - validate results74    }75    public void test3SoapDescribeSObjects() throws Exception {76        com.sforce.soap.partner.SoapBindingStub binding;77        try {78            binding = (com.sforce.soap.partner.SoapBindingStub)79                          new com.sforce.soap.partner.SforceServiceLocator().getSoap();80        }81        catch (javax.xml.rpc.ServiceException jre) {82            if(jre.getLinkedCause()!=null)83                jre.getLinkedCause().printStackTrace();84            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);85        }86        assertNotNull("binding is null", binding);87        // Time out after a minute88        binding.setTimeout(60000);89        // Test operation90        try {91            com.sforce.soap.partner.DescribeSObjectResult[] value = null;92            value = binding.describeSObjects(new java.lang.String[0]);93        }94        catch (com.sforce.soap.partner.fault.InvalidSObjectFault e1) {95            throw new junit.framework.AssertionFailedError("InvalidSObjectFault Exception caught: " + e1);96        }97        catch (com.sforce.soap.partner.fault.UnexpectedErrorFault e2) {98            throw new junit.framework.AssertionFailedError("UnexpectedErrorFault Exception caught: " + e2);99        }100            // TBD - validate results101    }102    public void test4SoapDescribeGlobal() throws Exception {103        com.sforce.soap.partner.SoapBindingStub binding;104        try {105            binding = (com.sforce.soap.partner.SoapBindingStub)106                          new com.sforce.soap.partner.SforceServiceLocator().getSoap();107        }108        catch (javax.xml.rpc.ServiceException jre) {109            if(jre.getLinkedCause()!=null)110                jre.getLinkedCause().printStackTrace();111            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);112        }113        assertNotNull("binding is null", binding);114        // Time out after a minute115        binding.setTimeout(60000);116        // Test operation117        try {118            com.sforce.soap.partner.DescribeGlobalResult value = null;119            value = binding.describeGlobal();120        }121        catch (com.sforce.soap.partner.fault.UnexpectedErrorFault e1) {122            throw new junit.framework.AssertionFailedError("UnexpectedErrorFault Exception caught: " + e1);123        }124            // TBD - validate results125    }126    public void test5SoapDescribeLayout() throws Exception {127        com.sforce.soap.partner.SoapBindingStub binding;128        try {129            binding = (com.sforce.soap.partner.SoapBindingStub)130                          new com.sforce.soap.partner.SforceServiceLocator().getSoap();131        }132        catch (javax.xml.rpc.ServiceException jre) {133            if(jre.getLinkedCause()!=null)134                jre.getLinkedCause().printStackTrace();135            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);136        }137        assertNotNull("binding is null", binding);138        // Time out after a minute139        binding.setTimeout(60000);140        // Test operation141        try {142            com.sforce.soap.partner.DescribeLayoutResult value = null;143            value = binding.describeLayout(new java.lang.String(), new java.lang.String[0]);144        }145        catch (com.sforce.soap.partner.fault.InvalidSObjectFault e1) {146            throw new junit.framework.AssertionFailedError("InvalidSObjectFault Exception caught: " + e1);147        }148        catch (com.sforce.soap.partner.fault.InvalidIdFault e2) {149            throw new junit.framework.AssertionFailedError("InvalidIdFault Exception caught: " + e2);150        }151        catch (com.sforce.soap.partner.fault.UnexpectedErrorFault e3) {152            throw new junit.framework.AssertionFailedError("UnexpectedErrorFault Exception caught: " + e3);153        }154            // TBD - validate results155    }156    public void test6SoapDescribeSoftphoneLayout() throws Exception {157        com.sforce.soap.partner.SoapBindingStub binding;158        try {159            binding = (com.sforce.soap.partner.SoapBindingStub)160                          new com.sforce.soap.partner.SforceServiceLocator().getSoap();161        }162        catch (javax.xml.rpc.ServiceException jre) {163            if(jre.getLinkedCause()!=null)164                jre.getLinkedCause().printStackTrace();165            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);166        }167        assertNotNull("binding is null", binding);168        // Time out after a minute169        binding.setTimeout(60000);170        // Test operation171        try {172            com.sforce.soap.partner.DescribeSoftphoneLayoutResult value = null;173            value = binding.describeSoftphoneLayout();174        }175        catch (com.sforce.soap.partner.fault.UnexpectedErrorFault e1) {176            throw new junit.framework.AssertionFailedError("UnexpectedErrorFault Exception caught: " + e1);177        }178            // TBD - validate results179    }180    public void test7SoapDescribeTabs() throws Exception {181        com.sforce.soap.partner.SoapBindingStub binding;182        try {183            binding = (com.sforce.soap.partner.SoapBindingStub)184                          new com.sforce.soap.partner.SforceServiceLocator().getSoap();185        }186        catch (javax.xml.rpc.ServiceException jre) {187            if(jre.getLinkedCause()!=null)188                jre.getLinkedCause().printStackTrace();189            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);190        }191        assertNotNull("binding is null", binding);192        // Time out after a minute193        binding.setTimeout(60000);194        // Test operation195        try {196            com.sforce.soap.partner.DescribeTabSetResult[] value = null;197            value = binding.describeTabs();198        }199        catch (com.sforce.soap.partner.fault.UnexpectedErrorFault e1) {200            throw new junit.framework.AssertionFailedError("UnexpectedErrorFault Exception caught: " + e1);201        }202            // TBD - validate results203    }204    public void test8SoapCreate() throws Exception {205        com.sforce.soap.partner.SoapBindingStub binding;206        try {207            binding = (com.sforce.soap.partner.SoapBindingStub)208                          new com.sforce.soap.partner.SforceServiceLocator().getSoap();209        }210        catch (javax.xml.rpc.ServiceException jre) {211            if(jre.getLinkedCause()!=null)212                jre.getLinkedCause().printStackTrace();213            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);214        }215        assertNotNull("binding is null", binding);216        // Time out after a minute217        binding.setTimeout(60000);218        // Test operation219        try {220            com.sforce.soap.partner.SaveResult[] value = null;221            value = binding.create(new com.sforce.soap.partner.sobject.SObject[0]);222        }223        catch (com.sforce.soap.partner.fault.InvalidSObjectFault e1) {224            throw new junit.framework.AssertionFailedError("InvalidSObjectFault Exception caught: " + e1);225        }226        catch (com.sforce.soap.partner.fault.InvalidIdFault e2) {227            throw new junit.framework.AssertionFailedError("InvalidIdFault Exception caught: " + e2);228        }229        catch (com.sforce.soap.partner.fault.InvalidFieldFault e3) {230            throw new junit.framework.AssertionFailedError("InvalidFieldFault Exception caught: " + e3);231        }232        catch (com.sforce.soap.partner.fault.UnexpectedErrorFault e4) {233            throw new junit.framework.AssertionFailedError("UnexpectedErrorFault Exception caught: " + e4);234        }235            // TBD - validate results236    }237    public void test9SoapUpdate() throws Exception {238        com.sforce.soap.partner.SoapBindingStub binding;239        try {240            binding = (com.sforce.soap.partner.SoapBindingStub)241                          new com.sforce.soap.partner.SforceServiceLocator().getSoap();242        }243        catch (javax.xml.rpc.ServiceException jre) {244            if(jre.getLinkedCause()!=null)245                jre.getLinkedCause().printStackTrace();246            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);247        }248        assertNotNull("binding is null", binding);249        // Time out after a minute250        binding.setTimeout(60000);251        // Test operation252        try {253            com.sforce.soap.partner.SaveResult[] value = null;254            value = binding.update(new com.sforce.soap.partner.sobject.SObject[0]);255        }256        catch (com.sforce.soap.partner.fault.InvalidSObjectFault e1) {257            throw new junit.framework.AssertionFailedError("InvalidSObjectFault Exception caught: " + e1);258        }259        catch (com.sforce.soap.partner.fault.InvalidIdFault e2) {260            throw new junit.framework.AssertionFailedError("InvalidIdFault Exception caught: " + e2);261        }262        catch (com.sforce.soap.partner.fault.InvalidFieldFault e3) {263            throw new junit.framework.AssertionFailedError("InvalidFieldFault Exception caught: " + e3);264        }265        catch (com.sforce.soap.partner.fault.UnexpectedErrorFault e4) {266            throw new junit.framework.AssertionFailedError("UnexpectedErrorFault Exception caught: " + e4);267        }268            // TBD - validate results269    }270    public void test10SoapUpsert() throws Exception {271        com.sforce.soap.partner.SoapBindingStub binding;272        try {273            binding = (com.sforce.soap.partner.SoapBindingStub)274                          new com.sforce.soap.partner.SforceServiceLocator().getSoap();275        }276        catch (javax.xml.rpc.ServiceException jre) {277            if(jre.getLinkedCause()!=null)278                jre.getLinkedCause().printStackTrace();279            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);280        }281        assertNotNull("binding is null", binding);282        // Time out after a minute283        binding.setTimeout(60000);284        // Test operation285        try {286            com.sforce.soap.partner.UpsertResult[] value = null;287            value = binding.upsert(new java.lang.String(), new com.sforce.soap.partner.sobject.SObject[0]);288        }289        catch (com.sforce.soap.partner.fault.InvalidSObjectFault e1) {290            throw new junit.framework.AssertionFailedError("InvalidSObjectFault Exception caught: " + e1);291        }292        catch (com.sforce.soap.partner.fault.InvalidIdFault e2) {293            throw new junit.framework.AssertionFailedError("InvalidIdFault Exception caught: " + e2);294        }295        catch (com.sforce.soap.partner.fault.InvalidFieldFault e3) {296            throw new junit.framework.AssertionFailedError("InvalidFieldFault Exception caught: " + e3);297        }298        catch (com.sforce.soap.partner.fault.UnexpectedErrorFault e4) {299            throw new junit.framework.AssertionFailedError("UnexpectedErrorFault Exception caught: " + e4);300        }301            // TBD - validate results302    }303    public void test11SoapMerge() throws Exception {304        com.sforce.soap.partner.SoapBindingStub binding;305        try {306            binding = (com.sforce.soap.partner.SoapBindingStub)307                          new com.sforce.soap.partner.SforceServiceLocator().getSoap();308        }309        catch (javax.xml.rpc.ServiceException jre) {310            if(jre.getLinkedCause()!=null)311                jre.getLinkedCause().printStackTrace();312            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);313        }314        assertNotNull("binding is null", binding);315        // Time out after a minute316        binding.setTimeout(60000);317        // Test operation318        try {319            com.sforce.soap.partner.MergeResult[] value = null;320            value = binding.merge(new com.sforce.soap.partner.MergeRequest[0]);321        }322        catch (com.sforce.soap.partner.fault.InvalidSObjectFault e1) {323            throw new junit.framework.AssertionFailedError("InvalidSObjectFault Exception caught: " + e1);324        }325        catch (com.sforce.soap.partner.fault.InvalidIdFault e2) {326            throw new junit.framework.AssertionFailedError("InvalidIdFault Exception caught: " + e2);327        }328        catch (com.sforce.soap.partner.fault.InvalidFieldFault e3) {329            throw new junit.framework.AssertionFailedError("InvalidFieldFault Exception caught: " + e3);330        }331        catch (com.sforce.soap.partner.fault.UnexpectedErrorFault e4) {332            throw new junit.framework.AssertionFailedError("UnexpectedErrorFault Exception caught: " + e4);333        }334            // TBD - validate results335    }336    public void test12SoapDelete() throws Exception {337        com.sforce.soap.partner.SoapBindingStub binding;338        try {339            binding = (com.sforce.soap.partner.SoapBindingStub)340                          new com.sforce.soap.partner.SforceServiceLocator().getSoap();341        }342        catch (javax.xml.rpc.ServiceException jre) {343            if(jre.getLinkedCause()!=null)344                jre.getLinkedCause().printStackTrace();345            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);346        }347        assertNotNull("binding is null", binding);348        // Time out after a minute349        binding.setTimeout(60000);350        // Test operation351        try {352            com.sforce.soap.partner.DeleteResult[] value = null;353            value = binding.delete(new java.lang.String[0]);354        }355        catch (com.sforce.soap.partner.fault.UnexpectedErrorFault e1) {356            throw new junit.framework.AssertionFailedError("UnexpectedErrorFault Exception caught: " + e1);357        }358            // TBD - validate results359    }360    public void test13SoapUndelete() throws Exception {361        com.sforce.soap.partner.SoapBindingStub binding;362        try {363            binding = (com.sforce.soap.partner.SoapBindingStub)364                          new com.sforce.soap.partner.SforceServiceLocator().getSoap();365        }366        catch (javax.xml.rpc.ServiceException jre) {367            if(jre.getLinkedCause()!=null)368                jre.getLinkedCause().printStackTrace();369            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);370        }371        assertNotNull("binding is null", binding);372        // Time out after a minute373        binding.setTimeout(60000);374        // Test operation375        try {376            com.sforce.soap.partner.UndeleteResult[] value = null;377            value = binding.undelete(new java.lang.String[0]);378        }379        catch (com.sforce.soap.partner.fault.UnexpectedErrorFault e1) {380            throw new junit.framework.AssertionFailedError("UnexpectedErrorFault Exception caught: " + e1);381        }382            // TBD - validate results383    }384    public void test14SoapEmptyRecycleBin() throws Exception {385        com.sforce.soap.partner.SoapBindingStub binding;386        try {387            binding = (com.sforce.soap.partner.SoapBindingStub)388                          new com.sforce.soap.partner.SforceServiceLocator().getSoap();389        }390        catch (javax.xml.rpc.ServiceException jre) {391            if(jre.getLinkedCause()!=null)392                jre.getLinkedCause().printStackTrace();393            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);394        }395        assertNotNull("binding is null", binding);396        // Time out after a minute397        binding.setTimeout(60000);398        // Test operation399        try {400            com.sforce.soap.partner.EmptyRecycleBinResult[] value = null;401            value = binding.emptyRecycleBin(new java.lang.String[0]);402        }403        catch (com.sforce.soap.partner.fault.UnexpectedErrorFault e1) {404            throw new junit.framework.AssertionFailedError("UnexpectedErrorFault Exception caught: " + e1);405        }406            // TBD - validate results407    }408    public void test15SoapRetrieve() throws Exception {409        com.sforce.soap.partner.SoapBindingStub binding;410        try {411            binding = (com.sforce.soap.partner.SoapBindingStub)412                          new com.sforce.soap.partner.SforceServiceLocator().getSoap();413        }414        catch (javax.xml.rpc.ServiceException jre) {415            if(jre.getLinkedCause()!=null)416                jre.getLinkedCause().printStackTrace();417            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);418        }419        assertNotNull("binding is null", binding);420        // Time out after a minute421        binding.setTimeout(60000);422        // Test operation423        try {424            com.sforce.soap.partner.sobject.SObject[] value = null;425            value = binding.retrieve(new java.lang.String(), new java.lang.String(), new java.lang.String[0]);426        }427        catch (com.sforce.soap.partner.fault.InvalidSObjectFault e1) {428            throw new junit.framework.AssertionFailedError("InvalidSObjectFault Exception caught: " + e1);429        }430        catch (com.sforce.soap.partner.fault.MalformedQueryFault e2) {431            throw new junit.framework.AssertionFailedError("MalformedQueryFault Exception caught: " + e2);432        }433        catch (com.sforce.soap.partner.fault.InvalidIdFault e3) {434            throw new junit.framework.AssertionFailedError("InvalidIdFault Exception caught: " + e3);435        }436        catch (com.sforce.soap.partner.fault.InvalidFieldFault e4) {437            throw new junit.framework.AssertionFailedError("InvalidFieldFault Exception caught: " + e4);438        }439        catch (com.sforce.soap.partner.fault.UnexpectedErrorFault e5) {440            throw new junit.framework.AssertionFailedError("UnexpectedErrorFault Exception caught: " + e5);441        }442            // TBD - validate results443    }444    public void test16SoapProcess() throws Exception {445        com.sforce.soap.partner.SoapBindingStub binding;446        try {447            binding = (com.sforce.soap.partner.SoapBindingStub)448                          new com.sforce.soap.partner.SforceServiceLocator().getSoap();449        }450        catch (javax.xml.rpc.ServiceException jre) {451            if(jre.getLinkedCause()!=null)452                jre.getLinkedCause().printStackTrace();453            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);454        }455        assertNotNull("binding is null", binding);456        // Time out after a minute457        binding.setTimeout(60000);458        // Test operation459        try {460            com.sforce.soap.partner.ProcessResult[] value = null;461            value = binding.process(new com.sforce.soap.partner.ProcessRequest[0]);462        }463        catch (com.sforce.soap.partner.fault.UnexpectedErrorFault e1) {464            throw new junit.framework.AssertionFailedError("UnexpectedErrorFault Exception caught: " + e1);465        }466            // TBD - validate results467    }468    public void test17SoapConvertLead() throws Exception {469        com.sforce.soap.partner.SoapBindingStub binding;470        try {471            binding = (com.sforce.soap.partner.SoapBindingStub)472                          new com.sforce.soap.partner.SforceServiceLocator().getSoap();473        }474        catch (javax.xml.rpc.ServiceException jre) {475            if(jre.getLinkedCause()!=null)476                jre.getLinkedCause().printStackTrace();477            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);478        }479        assertNotNull("binding is null", binding);480        // Time out after a minute481        binding.setTimeout(60000);482        // Test operation483        try {484            com.sforce.soap.partner.LeadConvertResult[] value = null;485            value = binding.convertLead(new com.sforce.soap.partner.LeadConvert[0]);486        }487        catch (com.sforce.soap.partner.fault.UnexpectedErrorFault e1) {488            throw new junit.framework.AssertionFailedError("UnexpectedErrorFault Exception caught: " + e1);489        }490            // TBD - validate results491    }492    public void test18SoapGetDeleted() throws Exception {493        com.sforce.soap.partner.SoapBindingStub binding;494        try {495            binding = (com.sforce.soap.partner.SoapBindingStub)496                          new com.sforce.soap.partner.SforceServiceLocator().getSoap();497        }498        catch (javax.xml.rpc.ServiceException jre) {499            if(jre.getLinkedCause()!=null)500                jre.getLinkedCause().printStackTrace();501            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);502        }503        assertNotNull("binding is null", binding);504        // Time out after a minute505        binding.setTimeout(60000);506        // Test operation507        try {508            com.sforce.soap.partner.GetDeletedResult value = null;509            value = binding.getDeleted(new java.lang.String(), java.util.Calendar.getInstance(), java.util.Calendar.getInstance());510        }511        catch (com.sforce.soap.partner.fault.InvalidSObjectFault e1) {512            throw new junit.framework.AssertionFailedError("InvalidSObjectFault Exception caught: " + e1);513        }514        catch (com.sforce.soap.partner.fault.UnexpectedErrorFault e2) {515            throw new junit.framework.AssertionFailedError("UnexpectedErrorFault Exception caught: " + e2);516        }517            // TBD - validate results518    }519    public void test19SoapGetUpdated() throws Exception {520        com.sforce.soap.partner.SoapBindingStub binding;521        try {522            binding = (com.sforce.soap.partner.SoapBindingStub)523                          new com.sforce.soap.partner.SforceServiceLocator().getSoap();524        }525        catch (javax.xml.rpc.ServiceException jre) {526            if(jre.getLinkedCause()!=null)527                jre.getLinkedCause().printStackTrace();528            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);529        }530        assertNotNull("binding is null", binding);531        // Time out after a minute532        binding.setTimeout(60000);533        // Test operation534        try {535            com.sforce.soap.partner.GetUpdatedResult value = null;536            value = binding.getUpdated(new java.lang.String(), java.util.Calendar.getInstance(), java.util.Calendar.getInstance());537        }538        catch (com.sforce.soap.partner.fault.InvalidSObjectFault e1) {539            throw new junit.framework.AssertionFailedError("InvalidSObjectFault Exception caught: " + e1);540        }541        catch (com.sforce.soap.partner.fault.UnexpectedErrorFault e2) {542            throw new junit.framework.AssertionFailedError("UnexpectedErrorFault Exception caught: " + e2);543        }544            // TBD - validate results545    }546    public void test20SoapQuery() throws Exception {547        com.sforce.soap.partner.SoapBindingStub binding;548        try {549            binding = (com.sforce.soap.partner.SoapBindingStub)550                          new com.sforce.soap.partner.SforceServiceLocator().getSoap();551        }552        catch (javax.xml.rpc.ServiceException jre) {553            if(jre.getLinkedCause()!=null)554                jre.getLinkedCause().printStackTrace();555            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);556        }557        assertNotNull("binding is null", binding);558        // Time out after a minute559        binding.setTimeout(60000);560        // Test operation561        try {562            com.sforce.soap.partner.QueryResult value = null;563            value = binding.query(new java.lang.String());564        }565        catch (com.sforce.soap.partner.fault.InvalidSObjectFault e1) {566            throw new junit.framework.AssertionFailedError("InvalidSObjectFault Exception caught: " + e1);567        }568        catch (com.sforce.soap.partner.fault.MalformedQueryFault e2) {569            throw new junit.framework.AssertionFailedError("MalformedQueryFault Exception caught: " + e2);570        }571        catch (com.sforce.soap.partner.fault.InvalidIdFault e3) {572            throw new junit.framework.AssertionFailedError("InvalidIdFault Exception caught: " + e3);573        }574        catch (com.sforce.soap.partner.fault.InvalidFieldFault e4) {575            throw new junit.framework.AssertionFailedError("InvalidFieldFault Exception caught: " + e4);576        }577        catch (com.sforce.soap.partner.fault.UnexpectedErrorFault e5) {578            throw new junit.framework.AssertionFailedError("UnexpectedErrorFault Exception caught: " + e5);579        }580            // TBD - validate results581    }582    public void test21SoapQueryAll() throws Exception {583        com.sforce.soap.partner.SoapBindingStub binding;584        try {585            binding = (com.sforce.soap.partner.SoapBindingStub)586                          new com.sforce.soap.partner.SforceServiceLocator().getSoap();587        }588        catch (javax.xml.rpc.ServiceException jre) {589            if(jre.getLinkedCause()!=null)590                jre.getLinkedCause().printStackTrace();591            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);592        }593        assertNotNull("binding is null", binding);594        // Time out after a minute595        binding.setTimeout(60000);596        // Test operation597        try {598            com.sforce.soap.partner.QueryResult value = null;599            value = binding.queryAll(new java.lang.String());600        }601        catch (com.sforce.soap.partner.fault.InvalidSObjectFault e1) {602            throw new junit.framework.AssertionFailedError("InvalidSObjectFault Exception caught: " + e1);603        }604        catch (com.sforce.soap.partner.fault.MalformedQueryFault e2) {605            throw new junit.framework.AssertionFailedError("MalformedQueryFault Exception caught: " + e2);606        }607        catch (com.sforce.soap.partner.fault.InvalidIdFault e3) {608            throw new junit.framework.AssertionFailedError("InvalidIdFault Exception caught: " + e3);609        }610        catch (com.sforce.soap.partner.fault.InvalidFieldFault e4) {611            throw new junit.framework.AssertionFailedError("InvalidFieldFault Exception caught: " + e4);612        }613        catch (com.sforce.soap.partner.fault.UnexpectedErrorFault e5) {614            throw new junit.framework.AssertionFailedError("UnexpectedErrorFault Exception caught: " + e5);615        }616            // TBD - validate results617    }618    public void test22SoapQueryMore() throws Exception {619        com.sforce.soap.partner.SoapBindingStub binding;620        try {621            binding = (com.sforce.soap.partner.SoapBindingStub)622                          new com.sforce.soap.partner.SforceServiceLocator().getSoap();623        }624        catch (javax.xml.rpc.ServiceException jre) {625            if(jre.getLinkedCause()!=null)626                jre.getLinkedCause().printStackTrace();627            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);628        }629        assertNotNull("binding is null", binding);630        // Time out after a minute631        binding.setTimeout(60000);632        // Test operation633        try {634            com.sforce.soap.partner.QueryResult value = null;635            value = binding.queryMore(new java.lang.String());636        }637        catch (com.sforce.soap.partner.fault.UnexpectedErrorFault e1) {638            throw new junit.framework.AssertionFailedError("UnexpectedErrorFault Exception caught: " + e1);639        }640        catch (com.sforce.soap.partner.fault.InvalidQueryLocatorFault e2) {641            throw new junit.framework.AssertionFailedError("InvalidQueryLocatorFault Exception caught: " + e2);642        }643            // TBD - validate results644    }645    public void test23SoapSearch() throws Exception {646        com.sforce.soap.partner.SoapBindingStub binding;647        try {648            binding = (com.sforce.soap.partner.SoapBindingStub)649                          new com.sforce.soap.partner.SforceServiceLocator().getSoap();650        }651        catch (javax.xml.rpc.ServiceException jre) {652            if(jre.getLinkedCause()!=null)653                jre.getLinkedCause().printStackTrace();654            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);655        }656        assertNotNull("binding is null", binding);657        // Time out after a minute658        binding.setTimeout(60000);659        // Test operation660        try {661            com.sforce.soap.partner.SearchResult value = null;662            value = binding.search(new java.lang.String());663        }664        catch (com.sforce.soap.partner.fault.InvalidSObjectFault e1) {665            throw new junit.framework.AssertionFailedError("InvalidSObjectFault Exception caught: " + e1);666        }667        catch (com.sforce.soap.partner.fault.MalformedSearchFault e2) {668            throw new junit.framework.AssertionFailedError("MalformedSearchFault Exception caught: " + e2);669        }670        catch (com.sforce.soap.partner.fault.InvalidFieldFault e3) {671            throw new junit.framework.AssertionFailedError("InvalidFieldFault Exception caught: " + e3);672        }673        catch (com.sforce.soap.partner.fault.UnexpectedErrorFault e4) {674            throw new junit.framework.AssertionFailedError("UnexpectedErrorFault Exception caught: " + e4);675        }676            // TBD - validate results677    }678    public void test24SoapGetServerTimestamp() throws Exception {679        com.sforce.soap.partner.SoapBindingStub binding;680        try {681            binding = (com.sforce.soap.partner.SoapBindingStub)682                          new com.sforce.soap.partner.SforceServiceLocator().getSoap();683        }684        catch (javax.xml.rpc.ServiceException jre) {685            if(jre.getLinkedCause()!=null)686                jre.getLinkedCause().printStackTrace();687            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);688        }689        assertNotNull("binding is null", binding);690        // Time out after a minute691        binding.setTimeout(60000);692        // Test operation693        try {694            com.sforce.soap.partner.GetServerTimestampResult value = null;695            value = binding.getServerTimestamp();696        }697        catch (com.sforce.soap.partner.fault.UnexpectedErrorFault e1) {698            throw new junit.framework.AssertionFailedError("UnexpectedErrorFault Exception caught: " + e1);699        }700            // TBD - validate results701    }702    public void test25SoapSetPassword() throws Exception {703        com.sforce.soap.partner.SoapBindingStub binding;704        try {705            binding = (com.sforce.soap.partner.SoapBindingStub)706                          new com.sforce.soap.partner.SforceServiceLocator().getSoap();707        }708        catch (javax.xml.rpc.ServiceException jre) {709            if(jre.getLinkedCause()!=null)710                jre.getLinkedCause().printStackTrace();711            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);712        }713        assertNotNull("binding is null", binding);714        // Time out after a minute715        binding.setTimeout(60000);716        // Test operation717        try {718            com.sforce.soap.partner.SetPasswordResult value = null;719            value = binding.setPassword(new java.lang.String(), new java.lang.String());720        }721        catch (com.sforce.soap.partner.fault.InvalidIdFault e1) {722            throw new junit.framework.AssertionFailedError("InvalidIdFault Exception caught: " + e1);723        }724        catch (com.sforce.soap.partner.fault.UnexpectedErrorFault e2) {725            throw new junit.framework.AssertionFailedError("UnexpectedErrorFault Exception caught: " + e2);726        }727        catch (com.sforce.soap.partner.fault.InvalidNewPasswordFault e3) {728            throw new junit.framework.AssertionFailedError("InvalidNewPasswordFault Exception caught: " + e3);729        }730            // TBD - validate results731    }732    public void test26SoapResetPassword() throws Exception {733        com.sforce.soap.partner.SoapBindingStub binding;734        try {735            binding = (com.sforce.soap.partner.SoapBindingStub)736                          new com.sforce.soap.partner.SforceServiceLocator().getSoap();737        }738        catch (javax.xml.rpc.ServiceException jre) {739            if(jre.getLinkedCause()!=null)740                jre.getLinkedCause().printStackTrace();741            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);742        }743        assertNotNull("binding is null", binding);744        // Time out after a minute745        binding.setTimeout(60000);746        // Test operation747        try {748            com.sforce.soap.partner.ResetPasswordResult value = null;749            value = binding.resetPassword(new java.lang.String());750        }751        catch (com.sforce.soap.partner.fault.InvalidIdFault e1) {752            throw new junit.framework.AssertionFailedError("InvalidIdFault Exception caught: " + e1);753        }754        catch (com.sforce.soap.partner.fault.UnexpectedErrorFault e2) {755            throw new junit.framework.AssertionFailedError("UnexpectedErrorFault Exception caught: " + e2);756        }757            // TBD - validate results758    }759    public void test27SoapGetUserInfo() throws Exception {760        com.sforce.soap.partner.SoapBindingStub binding;761        try {762            binding = (com.sforce.soap.partner.SoapBindingStub)763                          new com.sforce.soap.partner.SforceServiceLocator().getSoap();764        }765        catch (javax.xml.rpc.ServiceException jre) {766            if(jre.getLinkedCause()!=null)767                jre.getLinkedCause().printStackTrace();768            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);769        }770        assertNotNull("binding is null", binding);771        // Time out after a minute772        binding.setTimeout(60000);773        // Test operation774        try {775            com.sforce.soap.partner.GetUserInfoResult value = null;776            value = binding.getUserInfo();777        }778        catch (com.sforce.soap.partner.fault.UnexpectedErrorFault e1) {779            throw new junit.framework.AssertionFailedError("UnexpectedErrorFault Exception caught: " + e1);780        }781            // TBD - validate results782    }783    public void test28SoapSendEmail() throws Exception {784        com.sforce.soap.partner.SoapBindingStub binding;785        try {786            binding = (com.sforce.soap.partner.SoapBindingStub)787                          new com.sforce.soap.partner.SforceServiceLocator().getSoap();788        }789        catch (javax.xml.rpc.ServiceException jre) {790            if(jre.getLinkedCause()!=null)791                jre.getLinkedCause().printStackTrace();792            throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);793        }794        assertNotNull("binding is null", binding);795        // Time out after a minute796        binding.setTimeout(60000);797        // Test operation798        try {799            com.sforce.soap.partner.SendEmailResult[] value = null;800            value = binding.sendEmail(new com.sforce.soap.partner.Email[0]);801        }802        catch (com.sforce.soap.partner.fault.UnexpectedErrorFault e1) {803            throw new junit.framework.AssertionFailedError("UnexpectedErrorFault Exception caught: " + e1);804        }805            // TBD - validate results806    }807}...Source:BigFractionFormatTest.java  
...51	public void testParse() {52		java.lang.String source = "1 / 2";53		try {54			org.apache.commons.math.fraction.BigFraction c = properFormat.parse(source);55			junit.framework.Assert.assertNotNull(c);56			junit.framework.Assert.assertEquals(java.math.BigInteger.ONE, c.getNumerator());57			junit.framework.Assert.assertEquals(java.math.BigInteger.valueOf(2L), c.getDenominator());58			c = improperFormat.parse(source);59			junit.framework.Assert.assertNotNull(c);60			junit.framework.Assert.assertEquals(java.math.BigInteger.ONE, c.getNumerator());61			junit.framework.Assert.assertEquals(java.math.BigInteger.valueOf(2L), c.getDenominator());62		} catch (java.text.ParseException ex) {63			junit.framework.Assert.fail(ex.getMessage());64		}65	}66	public void testParseInteger() {67		java.lang.String source = "10";68		try {69			org.apache.commons.math.fraction.BigFraction c = properFormat.parse(source);70			junit.framework.Assert.assertNotNull(c);71			junit.framework.Assert.assertEquals(java.math.BigInteger.TEN, c.getNumerator());72			junit.framework.Assert.assertEquals(java.math.BigInteger.ONE, c.getDenominator());73		} catch (java.text.ParseException ex) {74			junit.framework.Assert.fail(ex.getMessage());75		}76		try {77			org.apache.commons.math.fraction.BigFraction c = improperFormat.parse(source);78			junit.framework.Assert.assertNotNull(c);79			junit.framework.Assert.assertEquals(java.math.BigInteger.TEN, c.getNumerator());80			junit.framework.Assert.assertEquals(java.math.BigInteger.ONE, c.getDenominator());81		} catch (java.text.ParseException ex) {82			junit.framework.Assert.fail(ex.getMessage());83		}84	}85	public void testParseInvalid() {86		java.lang.String source = "a";87		java.lang.String msg = "should not be able to parse '10 / a'.";88		try {89			properFormat.parse(source);90			junit.framework.Assert.fail(msg);91		} catch (java.text.ParseException ex) {92		}93		try {94			improperFormat.parse(source);95			junit.framework.Assert.fail(msg);96		} catch (java.text.ParseException ex) {97		}98	}99	public void testParseInvalidDenominator() {100		java.lang.String source = "10 / a";101		java.lang.String msg = "should not be able to parse '10 / a'.";102		try {103			properFormat.parse(source);104			junit.framework.Assert.fail(msg);105		} catch (java.text.ParseException ex) {106		}107		try {108			improperFormat.parse(source);109			junit.framework.Assert.fail(msg);110		} catch (java.text.ParseException ex) {111		}112	}113	public void testParseNegative() {114		try {115			java.lang.String source = "-1 / 2";116			org.apache.commons.math.fraction.BigFraction c = properFormat.parse(source);117			junit.framework.Assert.assertNotNull(c);118			junit.framework.Assert.assertEquals(-1, c.getNumeratorAsInt());119			junit.framework.Assert.assertEquals(2, c.getDenominatorAsInt());120			c = improperFormat.parse(source);121			junit.framework.Assert.assertNotNull(c);122			junit.framework.Assert.assertEquals(-1, c.getNumeratorAsInt());123			junit.framework.Assert.assertEquals(2, c.getDenominatorAsInt());124			source = "1 / -2";125			c = properFormat.parse(source);126			junit.framework.Assert.assertNotNull(c);127			junit.framework.Assert.assertEquals(-1, c.getNumeratorAsInt());128			junit.framework.Assert.assertEquals(2, c.getDenominatorAsInt());129			c = improperFormat.parse(source);130			junit.framework.Assert.assertNotNull(c);131			junit.framework.Assert.assertEquals(-1, c.getNumeratorAsInt());132			junit.framework.Assert.assertEquals(2, c.getDenominatorAsInt());133		} catch (java.text.ParseException ex) {134			junit.framework.Assert.fail(ex.getMessage());135		}136	}137	public void testParseProper() {138		java.lang.String source = "1 2 / 3";139		try {140			org.apache.commons.math.fraction.BigFraction c = properFormat.parse(source);141			junit.framework.Assert.assertNotNull(c);142			junit.framework.Assert.assertEquals(5, c.getNumeratorAsInt());143			junit.framework.Assert.assertEquals(3, c.getDenominatorAsInt());144		} catch (java.text.ParseException ex) {145			junit.framework.Assert.fail(ex.getMessage());146		}147		try {148			improperFormat.parse(source);149			junit.framework.Assert.fail("invalid improper fraction.");150		} catch (java.text.ParseException ex) {151		}152	}153	public void testParseProperNegative() {154		java.lang.String source = "-1 2 / 3";155		try {156			org.apache.commons.math.fraction.BigFraction c = properFormat.parse(source);157			junit.framework.Assert.assertNotNull(c);158			junit.framework.Assert.assertEquals(-5, c.getNumeratorAsInt());159			junit.framework.Assert.assertEquals(3, c.getDenominatorAsInt());160		} catch (java.text.ParseException ex) {161			junit.framework.Assert.fail(ex.getMessage());162		}163		try {164			improperFormat.parse(source);165			junit.framework.Assert.fail("invalid improper fraction.");166		} catch (java.text.ParseException ex) {167		}168	}169	public void testParseProperInvalidMinus() {170		java.lang.String source = "2 -2 / 3";171		try {...Source:FractionFormatTest.java  
...51	public void testParse() {52		java.lang.String source = "1 / 2";53		try {54			org.apache.commons.math.fraction.Fraction c = properFormat.parse(source);55			junit.framework.Assert.assertNotNull(c);56			junit.framework.Assert.assertEquals(1, c.getNumerator());57			junit.framework.Assert.assertEquals(2, c.getDenominator());58			c = improperFormat.parse(source);59			junit.framework.Assert.assertNotNull(c);60			junit.framework.Assert.assertEquals(1, c.getNumerator());61			junit.framework.Assert.assertEquals(2, c.getDenominator());62		} catch (java.text.ParseException ex) {63			junit.framework.Assert.fail(ex.getMessage());64		}65	}66	public void testParseInteger() {67		java.lang.String source = "10";68		try {69			org.apache.commons.math.fraction.Fraction c = properFormat.parse(source);70			junit.framework.Assert.assertNotNull(c);71			junit.framework.Assert.assertEquals(10, c.getNumerator());72			junit.framework.Assert.assertEquals(1, c.getDenominator());73		} catch (java.text.ParseException ex) {74			junit.framework.Assert.fail(ex.getMessage());75		}76		try {77			org.apache.commons.math.fraction.Fraction c = improperFormat.parse(source);78			junit.framework.Assert.assertNotNull(c);79			junit.framework.Assert.assertEquals(10, c.getNumerator());80			junit.framework.Assert.assertEquals(1, c.getDenominator());81		} catch (java.text.ParseException ex) {82			junit.framework.Assert.fail(ex.getMessage());83		}84	}85	public void testParseInvalid() {86		java.lang.String source = "a";87		java.lang.String msg = "should not be able to parse '10 / a'.";88		try {89			properFormat.parse(source);90			junit.framework.Assert.fail(msg);91		} catch (java.text.ParseException ex) {92		}93		try {94			improperFormat.parse(source);95			junit.framework.Assert.fail(msg);96		} catch (java.text.ParseException ex) {97		}98	}99	public void testParseInvalidDenominator() {100		java.lang.String source = "10 / a";101		java.lang.String msg = "should not be able to parse '10 / a'.";102		try {103			properFormat.parse(source);104			junit.framework.Assert.fail(msg);105		} catch (java.text.ParseException ex) {106		}107		try {108			improperFormat.parse(source);109			junit.framework.Assert.fail(msg);110		} catch (java.text.ParseException ex) {111		}112	}113	public void testParseNegative() {114		try {115			java.lang.String source = "-1 / 2";116			org.apache.commons.math.fraction.Fraction c = properFormat.parse(source);117			junit.framework.Assert.assertNotNull(c);118			junit.framework.Assert.assertEquals(-1, c.getNumerator());119			junit.framework.Assert.assertEquals(2, c.getDenominator());120			c = improperFormat.parse(source);121			junit.framework.Assert.assertNotNull(c);122			junit.framework.Assert.assertEquals(-1, c.getNumerator());123			junit.framework.Assert.assertEquals(2, c.getDenominator());124			source = "1 / -2";125			c = properFormat.parse(source);126			junit.framework.Assert.assertNotNull(c);127			junit.framework.Assert.assertEquals(-1, c.getNumerator());128			junit.framework.Assert.assertEquals(2, c.getDenominator());129			c = improperFormat.parse(source);130			junit.framework.Assert.assertNotNull(c);131			junit.framework.Assert.assertEquals(-1, c.getNumerator());132			junit.framework.Assert.assertEquals(2, c.getDenominator());133		} catch (java.text.ParseException ex) {134			junit.framework.Assert.fail(ex.getMessage());135		}136	}137	public void testParseProper() {138		java.lang.String source = "1 2 / 3";139		try {140			org.apache.commons.math.fraction.Fraction c = properFormat.parse(source);141			junit.framework.Assert.assertNotNull(c);142			junit.framework.Assert.assertEquals(5, c.getNumerator());143			junit.framework.Assert.assertEquals(3, c.getDenominator());144		} catch (java.text.ParseException ex) {145			junit.framework.Assert.fail(ex.getMessage());146		}147		try {148			improperFormat.parse(source);149			junit.framework.Assert.fail("invalid improper fraction.");150		} catch (java.text.ParseException ex) {151		}152	}153	public void testParseProperNegative() {154		java.lang.String source = "-1 2 / 3";155		try {156			org.apache.commons.math.fraction.Fraction c = properFormat.parse(source);157			junit.framework.Assert.assertNotNull(c);158			junit.framework.Assert.assertEquals(-5, c.getNumerator());159			junit.framework.Assert.assertEquals(3, c.getDenominator());160		} catch (java.text.ParseException ex) {161			junit.framework.Assert.fail(ex.getMessage());162		}163		try {164			improperFormat.parse(source);165			junit.framework.Assert.fail("invalid improper fraction.");166		} catch (java.text.ParseException ex) {167		}168	}169	public void testParseProperInvalidMinus() {170		java.lang.String source = "2 -2 / 3";171		try {...Source:BooleanOrNullLiteralInAssertionsCheck.java  
...23    org.junit.jupiter.api.Assertions.assertNotEquals(false, getBool()); // Noncompliant {{Use assertTrue instead.}}24    junit.framework.Assert.assertTrue(true); // Noncompliant25    junit.framework.Assert.assertTrue("message", true); // Noncompliant26    junit.framework.Assert.assertNull("message", true); // Noncompliant27    junit.framework.Assert.assertNotNull(true); // Noncompliant28    junit.framework.Assert.assertTrue(1 > 2);29    junit.framework.Assert.assertFalse(true); // Noncompliant {{Remove or correct this assertion.}}30    org.fest.assertions.Assertions.assertThat(true).isTrue(); // Noncompliant {{Remove or correct this assertion.}}31    org.fest.assertions.Assertions.assertThat(1 > 2).isTrue();32    org.fest.assertions.Assertions.assertThat("foo").isNotNull();33    org.junit.Assert.assertTrue(true); // Noncompliant34    org.junit.Assert.assertThat(true, null); // Noncompliant35    org.junit.Assert.assertThat("", not(false)); // Compliant36    junit.framework.TestCase.assertTrue(true); // Noncompliant37  }38  boolean getBool() {39    return true;40  }41  void nulls() {42    org.junit.Assert.assertNull(null); // Noncompliant {{Remove or correct this assertion.}}43    org.junit.Assert.assertEquals(null, null); // Noncompliant {{Remove or correct this assertion.}}44    org.junit.Assert.assertEquals(null, getObject()); // Noncompliant {{Use assertNull instead.}}45    org.junit.Assert.assertEquals(getObject(), null); // Noncompliant {{Use assertNull instead.}}46    org.junit.Assert.assertNotEquals(null, getObject()); // Noncompliant {{Use assertNotNull instead.}}47    org.junit.Assert.assertNotEquals(getObject(), null); // Noncompliant {{Use assertNotNull instead.}}48    org.junit.Assert.assertSame(null, null); // Noncompliant {{Remove or correct this assertion.}}49    org.junit.Assert.assertSame(null, getObject()); // Noncompliant {{Use assertNull instead.}}50    org.junit.Assert.assertSame(getObject(), null); // Noncompliant {{Use assertNull instead.}}51    org.junit.Assert.assertNotSame(null, getObject()); // Noncompliant {{Use assertNotNull instead.}}52    org.junit.Assert.assertNotSame(getObject(), null); // Noncompliant {{Use assertNotNull instead.}}53    org.junit.Assert.assertNull(getObject()); // Compliant54    org.junit.Assert.assertNotNull(getObject()); // Compliant55    org.junit.Assert.assertEquals("message", getObject(), getObject()); // Compliant56    org.junit.jupiter.api.Assertions.assertNull(null); // Noncompliant {{Remove or correct this assertion.}}57    org.junit.jupiter.api.Assertions.assertEquals((Object) null, null); // Noncompliant {{Remove or correct this assertion.}}58    org.junit.jupiter.api.Assertions.assertEquals(null, getObject()); // Noncompliant {{Use assertNull instead.}}59    org.junit.jupiter.api.Assertions.assertEquals(getObject(), null); // Noncompliant {{Use assertNull instead.}}60    org.junit.jupiter.api.Assertions.assertNotEquals(null, getObject()); // Noncompliant {{Use assertNotNull instead.}}61    org.junit.jupiter.api.Assertions.assertNotEquals(getObject(), null); // Noncompliant {{Use assertNotNull instead.}}62    org.junit.jupiter.api.Assertions.assertSame(null, null); // Noncompliant {{Remove or correct this assertion.}}63    org.junit.jupiter.api.Assertions.assertSame(null, getObject()); // Noncompliant {{Use assertNull instead.}}64    org.junit.jupiter.api.Assertions.assertSame(getObject(), null); // Noncompliant {{Use assertNull instead.}}65    org.junit.jupiter.api.Assertions.assertNotSame(null, getObject()); // Noncompliant {{Use assertNotNull instead.}}66    org.junit.jupiter.api.Assertions.assertNotSame(getObject(), null); // Noncompliant {{Use assertNotNull instead.}}67    org.junit.jupiter.api.Assertions.assertNull(getObject()); // Compliant68    org.junit.jupiter.api.Assertions.assertNotNull(getObject()); // Compliant69    org.junit.jupiter.api.Assertions.assertEquals(getObject(), getObject(), "message"); // Compliant70    junit.framework.Assert.assertNull(null); // Noncompliant {{Remove or correct this assertion.}}71    junit.framework.Assert.assertEquals(null, null); // Noncompliant {{Remove or correct this assertion.}}72    junit.framework.Assert.assertEquals(null, getObject()); // Noncompliant {{Use assertNull instead.}}73    junit.framework.Assert.assertEquals(getObject(), null); // Noncompliant {{Use assertNull instead.}}74    junit.framework.Assert.assertSame(null, null); // Noncompliant {{Remove or correct this assertion.}}75    junit.framework.Assert.assertSame(null, getObject()); // Noncompliant {{Use assertNull instead.}}76    junit.framework.Assert.assertSame(getObject(), null); // Noncompliant {{Use assertNull instead.}}77    junit.framework.Assert.assertNotSame(null, getObject()); // Noncompliant {{Use assertNotNull instead.}}78    junit.framework.Assert.assertNotSame(getObject(), null); // Noncompliant {{Use assertNotNull instead.}}79    junit.framework.Assert.assertNull(getObject()); // Compliant80    junit.framework.Assert.assertNotNull(getObject()); // Compliant81    junit.framework.Assert.assertEquals("message", getObject(), getObject()); // Compliant82    org.fest.assertions.Assertions.assertThat((Object) null).isNull(); // Noncompliant {{Remove or correct this assertion.}}83    org.fest.assertions.Assertions.assertThat((Object) null).isEqualTo(null); // Noncompliant {{Remove or correct this assertion.}}84    org.fest.assertions.Assertions.assertThat((Object) null).isEqualTo(getObject()); // Noncompliant {{Use isNull instead.}}85    org.fest.assertions.Assertions.assertThat(getObject()).isNotEqualTo(null); // Noncompliant {{Use isNotNull instead.}}86    org.fest.assertions.Assertions.assertThat((Object) null).isNotEqualTo(getObject()); // Noncompliant {{Use isNotNull instead.}}87    org.fest.assertions.Assertions.assertThat(getObject()).isEqualTo(null); // Noncompliant {{Use isNull instead.}}88    org.fest.assertions.Assertions.assertThat((Object) null).isSameAs(null); // Noncompliant {{Remove or correct this assertion.}}89    org.fest.assertions.Assertions.assertThat((Object) null).as("description").isSameAs(getObject()); // Noncompliant {{Use isNull instead.}}90    org.fest.assertions.Assertions.assertThat(getObject()).isSameAs(null); // Noncompliant {{Use isNull instead.}}91    org.fest.assertions.Assertions.assertThat((Object) null).isNotSameAs(getObject()); // Noncompliant {{Use isNotNull instead.}}92    org.fest.assertions.Assertions.assertThat(getObject()).isNotSameAs(null); // Noncompliant {{Use isNotNull instead.}}93    org.fest.assertions.Assertions.assertThat(getObject()).isNull(); // Compliant94    org.fest.assertions.Assertions.assertThat(getObject()).isNotNull(); // Compliant...Source:TaskBuilderTest.java  
...8import org.motechproject.tasks.domain.mds.task.TaskTriggerInformation;9import org.motechproject.tasks.domain.mds.task.builder.TaskBuilder;10import static junit.framework.Assert.assertEquals;11import static junit.framework.Assert.assertFalse;12import static junit.framework.Assert.assertNotNull;13import static junit.framework.Assert.assertNull;14import static junit.framework.Assert.assertTrue;15public class TaskBuilderTest {16    private static final String TASK_NAME = "name";17    private static final String TASK_DESCRIPTION = "myDescription";18    private static final boolean isEnabled = true;19    @Test20    public void shouldReturnBuiltTaskObject() throws Exception {21        TaskBuilder builder = new TaskBuilder();22        Task task = builder.withName(TASK_NAME).withDescription(TASK_DESCRIPTION).isEnabled(isEnabled)23                .withTrigger(new TaskTriggerInformation()).addAction(new TaskActionInformation())24                .withTaskConfig(new TaskConfig()).addFilterSet(new FilterSet()).addDataSource(new DataSource())25                .build();26        assertNotNull(task);27        assertEquals(TASK_NAME, task.getName());28        assertEquals(TASK_DESCRIPTION, task.getDescription());29        assertEquals(isEnabled, task.isEnabled());30        assertNotNull(task.getTrigger());31        assertNotNull(task.getActions());32        assertFalse(task.getActions().isEmpty());33        assertNotNull(task.getTaskConfig());34        assertFalse(task.getTaskConfig().getDataSources().isEmpty());35        assertFalse(task.getTaskConfig().getFilters().isEmpty());36    }37    @Test38    public void shouldReturnEmptyTaskObject() throws Exception {39        TaskBuilder builder = new TaskBuilder();40        Task task = builder.withName(TASK_NAME).withDescription(TASK_DESCRIPTION).isEnabled(isEnabled)41                .withTrigger(new TaskTriggerInformation()).addAction(new TaskActionInformation())42                .withTaskConfig(new TaskConfig()).addFilterSet(new FilterSet()).addDataSource(new DataSource())43                .clear().build();44        assertNotNull(task);45        assertTrue(task.getName().isEmpty());46        assertTrue(task.getDescription().isEmpty());47        assertEquals(false, task.isEnabled());48        assertNull(task.getTrigger());49        assertNotNull(task.getActions());50        assertTrue(task.getActions().isEmpty());51        assertNotNull(task.getTaskConfig());52        assertTrue(task.getTaskConfig().getSteps().isEmpty());53    }54}...Source:TestFeatureExtractor.java  
...6import java.util.ArrayList;7import junit.framework.TestCase;8import static junit.framework.TestCase.assertEquals;9import static junit.framework.TestCase.assertFalse;10import static junit.framework.TestCase.assertNotNull;11import static junit.framework.TestCase.assertNull;12import static junit.framework.TestCase.assertTrue;13import org.json.simple.parser.ParseException;14import org.junit.Assert;15import org.junit.Test;16/**17 *18 * @author cicciog19 */20public class TestFeatureExtractor {21    FeatureExtractor featureExtractor = new FeatureExtractor();22    FileManager fileManager = new FileManager();23    Path path = new Path();24    @Test25    public void testAdd() throws IOException, FileNotFoundException, ParseException {26        assertNotNull(featureExtractor);27        String[] jsonFiles = fileManager.getFileListInADirectory(fileManager.getWorkDirectory()28                + path.getInput()29                + "/json");30        assertEquals(featureExtractor.extractAllImageFeatures(jsonFiles[0]).getName(),jsonFiles[0]);31        assertNotNull(featureExtractor.extractAllImageFeatures(jsonFiles[0]));32        33        FeaturesEntity featureEntity = new FeaturesEntity("joomla_docker-joomla.json");34        featureEntity.addFeature("FROM");35        featureEntity.addFeature("LABEL");36        featureEntity.addFeature("ENV");37        featureEntity.addFeature("ENV");38        featureEntity.addFeature("ENV");39        featureEntity.addFeature("RUN");40        featureEntity.addFeature("RUN");41        featureEntity.addFeature("RUN");42        featureEntity.addFeature("VOLUME");43        featureEntity.addFeature("COPY");44        featureEntity.addFeature("COPY");45        featureEntity.addFeature("ENTRYPOINT");46        featureEntity.addFeature("CMD");47        48        assertEquals(featureEntity.toString(),featureExtractor.extractAllImageFeatures(jsonFiles[0]).toString());49    }50    51    @Test52    public void testExtrcatAllFeaturesOfDockerImagesCollection() throws FilesNotFoundException, IOException, FileNotFoundException, ParseException{53        assertNotNull(featureExtractor);54        55        String source = fileManager.getWorkDirectory()+path.getInput()+"/json/";56        ArrayList<FeaturesEntity> filesFeatures = (ArrayList<FeaturesEntity>) featureExtractor.extrcatAllFeaturesOfDockerImagesCollection(source);57        58        assertTrue(filesFeatures.size() > 0);59        assertFalse(filesFeatures.isEmpty());60        61        assertNotNull(filesFeatures.get(0));62        assertNotNull(filesFeatures.get(filesFeatures.size()-1));63        assertNotNull(filesFeatures.get(filesFeatures.size() / 2));64    }65}...Source:TestConfigFromFile.java  
...13import java.io.File;14import java.net.UnknownHostException;15import java.util.ArrayList;16import static junit.framework.Assert.assertEquals;17import static junit.framework.Assert.assertNotNull;18import static junit.framework.Assert.assertTrue;19import static org.junit.Assert.assertNull;20import static com.mongodb.client.model.Filters.*;21public class TestConfigFromFile {22    @Test23    public void testCreateConfigFromFile() {24        //create fake properties file and put in test/resources25        ClassLoader classLoader = getClass().getClassLoader();26        File file = new File(classLoader.getResource("configFromFile.properties").getFile());27        BabelConfig.InstantiateWithConfigFile(file);28        ConfigFromFile cfg = BabelConfig.getInstance().getConfigFromFile();29        //check the configuration methods does not return null30        assertNotNull(cfg.twitter_consumer());31        assertNotNull(cfg.twitter_access());32        assertNotNull(cfg.twitter_secret());33        assertNotNull(cfg.twitter_token_secret());34        assertNotNull(cfg.diffbot());35        assertNotNull(cfg.bing());36        assertNotNull(cfg.google_cse_cx());37        assertNotNull(cfg.google_cse_key());38        assertNotNull(cfg.lang());39        assertNotNull(cfg.module());40        assertNotNull(cfg.debug());41        assertNotNull(cfg.console_log_level());42        assertNotNull(cfg.file_log_level());43        assertNotNull(cfg.logs_path());44        assertNotNull(cfg.ngram());45    }46    @Test47    public void testCreateConfigWithoutFile() {48        String p =null;49        BabelConfig.InstantiateWithConfigFile(p);50        ConfigFromFile cfg = BabelConfig.getInstance().getConfigFromFile();51        //check the configuration methods does not return null52        assertNotNull(cfg.twitter_consumer());53        assertNotNull(cfg.twitter_access());54        assertNotNull(cfg.twitter_secret());55        assertNotNull(cfg.twitter_token_secret());56        assertNotNull(cfg.diffbot());57        assertNotNull(cfg.bing());58        assertNotNull(cfg.google_cse_cx());59        assertNotNull(cfg.google_cse_key());60        assertNotNull(cfg.lang());61        assertNotNull(cfg.module());62        assertNotNull(cfg.debug());63        assertNotNull(cfg.console_log_level());64        assertNotNull(cfg.file_log_level());65        assertNotNull(cfg.logs_path());66        assertNotNull(cfg.ngram());67    }68}...assertNotNull
Using AI Code Generation
1public void testAssertNotNull() {2    String str1 = "test";3    String str2 = null;4    assertNotNull("failure - str2 should not be null", str2);5}6public void testAssertNull() {7    String str1 = "test";8    String str2 = null;9    assertNull("failure - str2 should be null", str2);10}11public void testAssertSame() {12    Integer aNumber = Integer.valueOf(768);13    assertSame("failure - numbers should be same", aNumber, aNumber);14}15public void testAssertNotSame() {16    Integer aNumber = Integer.valueOf(768);17    Integer bNumber = Integer.valueOf(768);18    assertNotSame("failure - numbers should not be same", aNumber, bNumber);19}20public void testAssertArrayEquals() {21    byte[] expected = "trial".getBytes();22    byte[] actual = "trial".getBytes();23    assertArrayEquals("failure - byte arrays not same", expected, actual);24}25public void testAssertEquals() {26    assertEquals("failure - strings are not equal", "text", "text");27}assertNotNull
Using AI Code Generation
1import junit.framework.Assert;2public class TestClass {3    public static void main(String[] args) {4        Assert.assertNotNull("This is not null", null);5    }6}7    at junit.framework.Assert.fail(Assert.java:47)8    at junit.framework.Assert.assertTrue(Assert.java:20)9    at junit.framework.Assert.assertNotNull(Assert.java:228)10    at junit.framework.Assert.assertNotNull(Assert.java:234)11    at TestClass.main(TestClass.java:7)12import org.junit.Assert;13public class TestClass {14    public static void main(String[] args) {15        Assert.assertNotNull("This is not null", null);16    }17}18    at org.junit.Assert.fail(Assert.java:88)19    at org.junit.Assert.assertTrue(Assert.java:41)20    at org.junit.Assert.assertNotNull(Assert.java:713)21    at org.junit.Assert.assertNotNull(Assert.java:723)22    at TestClass.main(TestClass.java:7)23import org.junit.jupiter.api.Assertions;24public class TestClass {25    public static void main(String[] args) {26        Assertions.assertNotNull(null, "This is not null");27    }28}29    at org.junit.jupiter.api.Assertions.fail(Assertions.java:69)30    at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:43)31    at org.junit.jupiter.api.Assertions.assertNotNull(Assertions.java:558)32    at TestClass.main(TestClass.java:7)33import org.assertj.core.api.Assertions;34public class TestClass {35    public static void main(String[] args) {36        Assertions.assertNotNull(null, "This is not null");37    }38}assertNotNull
Using AI Code Generation
1import static org.junit.Assert.*;2import org.junit.Test;3public class assertNotNullTest {4	public void test() {5		assertNotNull("the returned value is null", "not null");6	}7}8assertNull(Object)9import static org.junit.Assert.*;10import org.junit.Test;11public class assertNullTest {12	public void test() {13		assertNull("the returned value is not null", null);14	}15}16assertArrayEquals(Object[], Object[])17import static org.junit.Assert.*;18import org.junit.Test;19public class assertArrayEqualsTest {20	public void test() {21		int[] a = {1, 2, 3, 4};22		int[] b = {1, 2, 3, 4};23		assertArrayEquals("the two arrays are not equal", a, b);24	}25}assertNotNull
Using AI Code Generation
1public void testNotNull() {2    assertNotNull("Object is null", object);3}4public void testNull() {5    assertNull("Object is not null", object);6}7public void testTrue() {8    assertTrue("Value is not true", value);9}10public void testFalse() {11    assertFalse("Value is not false", value);12}13public void testEquals() {14    assertEquals("Value is not equal to the expected value", expectedValue, value);15}16public void testNotEquals() {17    assertNotEquals("Value is equal to the expected value", expectedValue, value);18}19public void testSame() {20    assertSame("Value is not the same as the expected value", expectedValue, value);21}22public void testNotSame() {23    assertNotSame("Value is the same as the expected value", expectedValue, value);24}LambdaTest also has a detailed JUnit tutorial explaining its features, importance, advanced use cases, best practices, and more to help you get started with running your automation testing scripts.
Here are the detailed JUnit testing chapters to help you get started:
You can also check out our JUnit certification if you wish to take your career in Selenium automation testing with JUnit to the next level.
Get 100 minutes of automation test minutes FREE!!
