input stringlengths 35 67.8k | output stringlengths 39 1.53k |
|---|---|
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_4 . apply ( ) ; com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > actual = IDENT_3 . METHOD_1 ( 0 , new com . IDENT_0 . IDENT_1 . IDENT_5 < java . lang . Integer , java . lang . Integer , java ... | org . junit . Assert . assertThat ( actual . isEmpty ( ) , org . hamcrest . CoreMatchers . is ( true ) ) |
METHOD_0 ( ) { java . lang . String [ ] args = new java . lang . String [ ] { STRING_0 5 , STRING_1 , STRING_0 1 , STRING_2 , STRING_0 7 , STRING_0 3 , STRING_3 , STRING_0 6 , STRING_4 , STRING_5 , STRING_6 , output . METHOD_1 ( ) , METHOD_2 ( STRING_0 2 ) } ; org . apache . cxf . tools . IDENT_0 . IDENT_1 . METHOD_3 (... | org . junit . Assert . assertTrue ( STRING_0 4 , IDENT_2 . exists ( ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_4 . apply ( ) ; com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > actual = IDENT_3 . METHOD_1 ( 0 ) . apply ( new com . IDENT_0 . IDENT_1 . IDENT_5 < java . lang . Integer , java . lang . Integ... | org . junit . Assert . assertThat ( actual . isEmpty ( ) , org . hamcrest . CoreMatchers . is ( true ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_4 . apply ( ) ; com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > actual = IDENT_3 . METHOD_1 ( new com . IDENT_0 . IDENT_1 . IDENT_5 < java . lang . Integer , java . lang . Boolean > ( ) { pub... | org . junit . Assert . assertThat ( actual . isEmpty ( ) , org . hamcrest . CoreMatchers . is ( true ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_4 . apply ( ) ; java . lang . String actual = IDENT_3 . toString ( ) ; java . lang . String expected = STRING_0 ; "<AssertPlaceHolder>" ; } toString ( ) { return STRING_1 ; } | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_4 . apply ( ) ; com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > actual = IDENT_3 . METHOD_1 ( ) ; java . lang . String expected = STRING_0 ; "<AssertPlaceHolder>" ; } toString ( ) { return ST... | org . junit . Assert . assertThat ( actual . toString ( ) , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_4 . apply ( ) ; com . IDENT_0 . IDENT_1 . IDENT_5 < java . lang . Integer > actual = IDENT_3 . METHOD_1 ( new com . IDENT_0 . IDENT_1 . IDENT_6 < java . lang . Integer , java . lang . Integer > ( ) { pub... | org . junit . Assert . assertThat ( actual . METHOD_2 ( ) , org . hamcrest . CoreMatchers . is ( false ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Object > IDENT_3 = new com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Object > ( ) ; java . lang . Object actual = IDENT_3 . METHOD_1 ( ) ; java . lang . Object expected = null ; "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return null ; } | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Object > IDENT_3 = new com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Object > ( ) ; java . lang . Object IDENT_4 = null ; java . lang . Object actual = IDENT_3 . METHOD_1 ( IDENT_4 ) ; java . lang . Object expected = null ; "<AssertPlaceHolder>" ; } M... | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { java . lang . String [ ] args = new java . lang . String [ ] { STRING_0 4 , STRING_1 , STRING_0 0 , STRING_2 , STRING_0 6 , STRING_0 2 , STRING_3 , STRING_0 5 , STRING_4 , output . METHOD_1 ( ) , METHOD_2 ( STRING_0 1 ) } ; org . apache . cxf . tools . IDENT_0 . IDENT_1 . METHOD_3 ( args ) ; java . io . ... | org . junit . Assert . assertTrue ( STRING_0 3 , IDENT_2 . exists ( ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Object > IDENT_3 = new com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Object > ( ) ; java . lang . Object obj = null ; boolean actual = IDENT_3 . equals ( obj ) ; boolean expected = false ; "<AssertPlaceHolder>" ; } equals ( java . lang . Object ) { re... | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Object > IDENT_3 = new com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Object > ( ) ; int actual = IDENT_3 . hashCode ( ) ; int expected = 0 ; "<AssertPlaceHolder>" ; } hashCode ( ) { return 0 ; } | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > target = new com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > ( ) ; com . IDENT_0 . IDENT_1 . IDENT_3 < java . lang . Integer , java . lang . Integer > f = new com . IDENT_0 . IDENT_1 . IDENT_3 < java . lang . Integer , java . lang . ... | org . junit . Assert . assertNull ( actual . METHOD_1 ( ) ) |
METHOD_0 ( ) { final com . IDENT_0 . IDENT_1 . IDENT_2 IDENT_3 = new com . IDENT_0 . IDENT_1 . METHOD_1 ( ) ; com . IDENT_0 . IDENT_1 . IDENT_4 < java . lang . Integer > target = new com . IDENT_0 . IDENT_1 . IDENT_4 < java . lang . Integer > ( ) ; target . METHOD_2 ( new com . IDENT_0 . IDENT_1 . IDENT_5 < java . lang... | org . junit . Assert . assertFalse ( IDENT_3 . getValue ( ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . String > target = new com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . String > ( ) ; com . IDENT_0 . IDENT_1 . IDENT_3 < java . lang . String , java . lang . Boolean > IDENT_4 = new com . IDENT_0 . IDENT_1 . IDENT_3 < java . lang . String , java . lang ... | org . junit . Assert . assertNull ( actual . METHOD_1 ( ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . String > target = new com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . String > ( ) ; com . IDENT_0 . IDENT_1 . IDENT_3 < java . lang . String , com . IDENT_0 . IDENT_1 . IDENT_4 < java . lang . Integer > > f = new com . IDENT_0 . IDENT_1 . IDENT_3 < jav... | org . junit . Assert . assertNull ( actual . METHOD_2 ( ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . String > target = new com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . String > ( ) ; boolean actual = target . isEmpty ( ) ; boolean expected = true ; "<AssertPlaceHolder>" ; } isEmpty ( ) { return ( ( resource ) == null ) || ( ( resource . getResource ... | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . String > IDENT_3 = new com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . String > ( ) ; java . lang . Integer IDENT_4 = - 1 ; java . lang . Integer actual = IDENT_3 . METHOD_1 ( IDENT_4 , new com . IDENT_0 . IDENT_1 . IDENT_5 < java . lang . String , java... | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( ( - 1 ) ) ) ) |
METHOD_0 ( ) { java . lang . String [ ] args = new java . lang . String [ ] { STRING_0 4 , STRING_1 , STRING_2 0 , STRING_2 2 , STRING_0 0 , STRING_3 , STRING_0 9 , STRING_0 7 , STRING_4 , STRING_0 2 , STRING_5 , output . METHOD_1 ( ) , STRING_0 1 , STRING_6 , METHOD_2 ( STRING_7 ) } ; org . apache . cxf . tools . IDEN... | org . junit . Assert . assertTrue ( STRING_2 1 , IDENT_2 . exists ( ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . String > IDENT_3 = new com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . String > ( ) ; java . lang . Integer IDENT_4 = - 1 ; java . lang . Integer actual = IDENT_3 . METHOD_1 ( IDENT_4 ) . apply ( new com . IDENT_0 . IDENT_1 . IDENT_5 < java . lang . Str... | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( ( - 1 ) ) ) ) |
METHOD_0 ( ) { int result = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( "foo" ) . map ( new com . IDENT_0 . IDENT_1 . IDENT_3 < java . lang . String , java . lang . Integer > ( ) { public com . IDENT_0 . IDENT_1 . Integer apply ( java . lang . String str ) { return str . length ( ) ; } } ) . METHOD_1 ( new com . IDENT_... | org . junit . Assert . assertThat ( result , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( 3 ) ) ) |
METHOD_0 ( ) { int result = com . IDENT_0 . IDENT_1 . IDENT_2 . < java . lang . String > apply ( null ) . map ( new com . IDENT_0 . IDENT_1 . IDENT_3 < java . lang . String , java . lang . Integer > ( ) { public com . IDENT_0 . IDENT_1 . Integer apply ( java . lang . String str ) { return str . length ( ) ; } } ) . MET... | org . junit . Assert . assertThat ( result , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( 0 ) ) ) |
METHOD_0 ( ) { java . util . Iterator < java . lang . Integer > IDENT_0 = java . util . Arrays . asList ( 1 , 2 , 3 ) . iterator ( ) ; com . IDENT_1 . IDENT_2 . IDENT_3 < java . lang . Integer > IDENT_4 = METHOD_1 ( IDENT_0 ) ; "<AssertPlaceHolder>" ; } size ( ) { return 0 ; } | org . junit . Assert . assertThat ( METHOD_1 . size ( ) , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( 3 ) ) ) |
METHOD_0 ( ) { int actual = java . lang . IDENT_0 . apply ( STRING_0 ) . run ( ) ; int expected = 0 ; "<AssertPlaceHolder>" ; } run ( ) { java . lang . IDENT_0 process = java . lang . IDENT_1 . METHOD_1 ( ) . exec ( command ) ; process . METHOD_2 ( ) ; return process . METHOD_3 ( ) ; } | org . junit . Assert . assertThat ( actual , is ( equalTo ( expected ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . String , java . lang . Integer > target = com . IDENT_0 . IDENT_1 . IDENT_3 . apply ( INT_0 ) ; boolean actual = target . METHOD_1 ( ) ; boolean expected = false ; "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return true ; } | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . String , java . lang . Integer > target = com . IDENT_0 . IDENT_1 . IDENT_3 . apply ( INT_0 ) ; boolean actual = target . METHOD_1 ( ) ; boolean expected = true ; "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return false ; } | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . commons . IDENT_2 . models . IDENT_3 . log . info ( STRING_0 ) ; com . IDENT_0 . IDENT_1 . commons . IDENT_2 . models . IDENT_4 val = new com . IDENT_0 . IDENT_1 . commons . IDENT_2 . models . METHOD_1 ( ) ; org . apache . commons . lang . reflect . IDENT_5 . METHOD_2 ( val , ST... | org . junit . Assert . assertEquals ( 0 , IDENT_10 . size ( ) ) |
METHOD_0 ( ) { IDENT_0 . put ( IDENT_1 . IDENT_2 , METHOD_1 ( STRING_0 ) ) ; processor . METHOD_2 ( IDENT_0 ) ; processor . execute ( ) ; java . lang . Class < ? > IDENT_3 = IDENT_4 . METHOD_3 ( STRING_1 ) ; "<AssertPlaceHolder>" ; IDENT_3 = IDENT_4 . METHOD_3 ( STRING_2 ) ; } METHOD_3 ( java . lang . String ) { if ( I... | org . junit . Assert . assertNotNull ( IDENT_3 ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . String , java . lang . Integer > target = com . IDENT_0 . IDENT_1 . IDENT_3 . apply ( INT_0 ) ; com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer , java . lang . String > IDENT_4 = target . METHOD_1 ( ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( ) { r... | org . junit . Assert . assertThat ( IDENT_4 . METHOD_2 ( ) , org . hamcrest . CoreMatchers . is ( true ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . String , java . lang . Integer > target = com . IDENT_0 . IDENT_1 . IDENT_3 . apply ( INT_0 ) ; java . lang . String actual = target . toString ( ) ; java . lang . String expected = STRING_0 ; "<AssertPlaceHolder>" ; } toString ( ) { return STRING_1 ; } | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { java . lang . Integer value = INT_0 ; com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . String , java . lang . Integer > target = com . IDENT_0 . IDENT_1 . IDENT_3 . apply ( value ) ; com . IDENT_0 . IDENT_1 . IDENT_4 < java . lang . Integer , java . lang . String > IDENT_5 = new com . IDENT_0 . IDENT_1 ... | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 actual = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( INT_0 ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( T ) { return IDENT_3 ; } | org . junit . Assert . assertThat ( actual . METHOD_1 ( 0 ) , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( INT_0 ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_4 . apply ( 1 ) . to ( 3 ) ; "<AssertPlaceHolder>" ; } size ( ) { return 0 ; } | org . junit . Assert . assertThat ( IDENT_3 . size ( ) , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( 3 ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_4 . apply ( 1 ) . METHOD_1 ( 3 ) ; "<AssertPlaceHolder>" ; } size ( ) { return 0 ; } | org . junit . Assert . assertThat ( IDENT_3 . size ( ) , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( 2 ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_4 . apply ( 1 ) . METHOD_1 ( 10 , 3 ) ; "<AssertPlaceHolder>" ; } size ( ) { return 0 ; } | org . junit . Assert . assertThat ( IDENT_3 . size ( ) , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( 3 ) ) ) |
METHOD_0 ( ) { java . lang . Integer actual = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( INT_0 ) . METHOD_1 ( 0 ) ; java . lang . Integer expected = INT_0 ; "<AssertPlaceHolder>" ; } METHOD_1 ( java . lang . Integer ) { if ( ( value ) == null ) { return IDENT_3 ; } else { return value ; } } | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 target = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( INT_0 ) ; java . lang . String actual = target . toString ( ) ; java . lang . String expected = STRING_0 ; "<AssertPlaceHolder>" ; } toString ( ) { return STRING_1 ; } | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 actual = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( INT_0 ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( T ) { return IDENT_3 ; } | org . junit . Assert . assertThat ( actual . METHOD_1 ( 0L ) , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( INT_0 ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Long > actual = com . IDENT_0 . IDENT_1 . IDENT_3 . apply ( 1L ) . to ( INT_0 ) ; "<AssertPlaceHolder>" ; } size ( ) { return 0 ; } | org . junit . Assert . assertThat ( actual . size ( ) , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( 3 ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Long > actual = com . IDENT_0 . IDENT_1 . IDENT_3 . apply ( 1L ) . to ( INT_0 , INT_1 ) ; "<AssertPlaceHolder>" ; } size ( ) { return 0 ; } | org . junit . Assert . assertThat ( actual . size ( ) , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( 4 ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Long > actual = com . IDENT_0 . IDENT_1 . IDENT_3 . apply ( 1L ) . METHOD_1 ( INT_0 ) ; "<AssertPlaceHolder>" ; } size ( ) { return 0 ; } | org . junit . Assert . assertThat ( actual . size ( ) , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( 2 ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Long > actual = com . IDENT_0 . IDENT_1 . IDENT_3 . apply ( 1L ) . METHOD_1 ( INT_0 , INT_1 ) ; "<AssertPlaceHolder>" ; } size ( ) { return 0 ; } | org . junit . Assert . assertThat ( actual . size ( ) , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( 3 ) ) ) |
METHOD_0 ( ) { try { IDENT_0 . put ( IDENT_1 . IDENT_2 , METHOD_1 ( STRING_0 ) ) ; IDENT_0 . remove ( IDENT_1 . IDENT_3 ) ; processor . METHOD_2 ( IDENT_0 ) ; processor . execute ( ) ; } catch ( java . lang . Exception e ) { java . lang . String IDENT_4 = STRING_1 ; javax . xml . IDENT_5 . IDENT_6 IDENT_7 = new javax .... | org . junit . Assert . assertTrue ( ( IDENT_16 || IDENT_17 ) ) |
METHOD_0 ( ) { java . util . Map < java . lang . String , java . lang . Integer > map = new java . util . HashMap < java . lang . String , java . lang . Integer > ( ) ; map . put ( "foo" , INT_0 ) ; map . put ( "bar" , INT_1 ) ; com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . String , java . lang . Integer > IDENT_3 ... | org . junit . Assert . assertThat ( IDENT_3 . isEmpty ( ) , org . hamcrest . CoreMatchers . is ( false ) ) |
METHOD_0 ( ) { java . util . Map < java . lang . String , java . lang . Integer > map = new java . util . HashMap < java . lang . String , java . lang . Integer > ( ) ; map . put ( "foo" , INT_0 ) ; map . put ( "bar" , INT_1 ) ; com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . String , java . lang . Integer > IDENT_3 ... | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { java . util . Map < java . lang . String , java . lang . Integer > map = new java . util . HashMap < java . lang . String , java . lang . Integer > ( ) ; map . put ( "foo" , INT_0 ) ; map . put ( "bar" , INT_1 ) ; com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . String , java . lang . Integer > IDENT_3 ... | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { @ com . IDENT_0 . IDENT_1 . METHOD_1 ( STRING_0 ) com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . String , java . lang . Integer > map = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( com . IDENT_0 . IDENT_1 . IDENT_3 . apply ( com . IDENT_0 . IDENT_1 . IDENT_4 . apply ( "foo" , INT_0 ) , com . IDENT_0 . ... | org . junit . Assert . assertThat ( actual . toList ( ) . size ( ) , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( 3 ) ) ) |
METHOD_0 ( ) { java . lang . Integer IDENT_0 = INT_0 ; com . IDENT_1 . IDENT_2 . IDENT_3 actual = com . IDENT_1 . IDENT_2 . IDENT_3 . apply ( IDENT_0 ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return value . METHOD_2 ( ) ; } | org . junit . Assert . assertThat ( actual . METHOD_1 ( ) , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( INT_0 ) ) ) |
METHOD_0 ( ) { try { IDENT_0 . put ( IDENT_1 . IDENT_2 , METHOD_1 ( STRING_0 ) ) ; processor . METHOD_2 ( IDENT_0 ) ; processor . execute ( ) ; } catch ( java . lang . Exception e ) { java . lang . String IDENT_3 = STRING_1 ; java . lang . String IDENT_4 = STRING_2 ; javax . xml . IDENT_5 . IDENT_6 IDENT_7 = new javax ... | org . junit . Assert . assertEquals ( msg . toString ( ) . trim ( ) , e . getMessage ( ) . trim ( ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 target = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( INT_0 ) ; java . lang . Integer actual = target . METHOD_1 ( ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return value . METHOD_2 ( ) ; } | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( INT_0 ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 target = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( INT_0 ) ; com . IDENT_0 . IDENT_1 . IDENT_3 actual = target . METHOD_1 ( ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( T ) { return IDENT_4 ; } | org . junit . Assert . assertThat ( actual . METHOD_2 ( 0 ) , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( INT_0 ) ) ) |
METHOD_0 ( ) { java . math . BigDecimal IDENT_0 = new java . math . BigDecimal ( INT_0 ) ; com . IDENT_1 . IDENT_2 . IDENT_3 actual = com . IDENT_1 . IDENT_2 . IDENT_3 . apply ( IDENT_0 ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return value . METHOD_2 ( ) ; } | org . junit . Assert . assertThat ( actual . METHOD_1 ( ) , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( INT_0 ) ) ) |
METHOD_0 ( ) { java . math . BigDecimal IDENT_0 = new java . math . BigDecimal ( INT_0 ) ; com . IDENT_1 . IDENT_2 . IDENT_3 IDENT_4 = com . IDENT_1 . IDENT_2 . IDENT_3 . apply ( IDENT_0 ) ; java . lang . String actual = IDENT_4 . toString ( ) ; java . lang . String expected = STRING_0 ; "<AssertPlaceHolder>" ; } toStr... | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . String , java . lang . Boolean > f = new com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . String , java . lang . Boolean > ( ) { public com . IDENT_0 . IDENT_1 . Boolean apply ( java . lang . String v1 ) { return v1 == null ? false : v1 . contains ( STRI... | org . junit . Assert . assertThat ( actual . toList ( ) . size ( ) , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( 1 ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . String , java . lang . Boolean > f = new com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . String , java . lang . Boolean > ( ) { public com . IDENT_0 . IDENT_1 . Boolean apply ( java . lang . String v1 ) { return v1 . contains ( "b" ) ; } } ; com . IDENT... | org . junit . Assert . assertThat ( actual . toList ( ) . size ( ) , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( 0 ) ) ) |
METHOD_0 ( ) { IDENT_0 . put ( IDENT_1 . IDENT_2 , METHOD_1 ( STRING_0 ) ) ; IDENT_0 . remove ( IDENT_1 . IDENT_3 ) ; IDENT_0 . remove ( IDENT_1 . IDENT_4 ) ; IDENT_0 . put ( IDENT_1 . IDENT_5 , IDENT_1 . IDENT_5 ) ; processor . METHOD_2 ( IDENT_0 ) ; processor . execute ( ) ; java . io . File file = new java . io . Fi... | org . junit . Assert . assertEquals ( 2 , file . list ( ) . length ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . String , java . lang . Boolean > f = new com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . String , java . lang . Boolean > ( ) { public com . IDENT_0 . IDENT_1 . Boolean apply ( java . lang . String v1 ) { return v1 . contains ( "b" ) ; } } ; com . IDENT... | org . junit . Assert . assertThat ( actual . toList ( ) . size ( ) , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( 2 ) ) ) |
METHOD_0 ( ) { java . lang . String actual = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( list ) . METHOD_1 ( ) ; java . lang . String expected = "foo" ; "<AssertPlaceHolder>" ; } METHOD_1 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( 1 , 2 , 3 ) ... | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . String > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( emptyList ) ; java . lang . String IDENT_4 = STRING_0 ; java . lang . String actual = IDENT_3 . METHOD_1 ( IDENT_4 ) ; java . lang . String expected = "" ; "<AssertPlaceHolder>" ; } METHOD_1 (... | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( ) ; int n = 3 ; com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > actual = IDENT_3 . METHOD_1 ( n ) ; "<AssertPlaceHolder>" ; } size ( ) { return 0 ; } | org . junit . Assert . assertThat ( actual . size ( ) , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( 0 ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( ) ; java . lang . String actual = IDENT_3 . METHOD_1 ( "foo" , new com . IDENT_0 . IDENT_1 . IDENT_4 < java . lang . String , java . lang . Integer , java . lang . String > ( ) { public java ... | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( "foo" ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( ) ; java . lang . String actual = IDENT_3 . METHOD_1 ( "foo" , new com . IDENT_0 . IDENT_1 . IDENT_4 < java . lang . Integer , java . lang . String , java . lang . String > ( ) { public java ... | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( "foo" ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( ) ; com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > actual = IDENT_3 . METHOD_1 ( ) ; "<AssertPlaceHolder>" ; } size ( ) { return 0 ; } | org . junit . Assert . assertThat ( actual . size ( ) , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( 0 ) ) ) |
METHOD_0 ( ) { java . util . List < java . lang . String > list = java . util . Arrays . asList ( "a" , "b" , STRING_0 ) ; com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . String > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( list ) ; java . lang . Integer actual = IDENT_3 . size ( ) ; java . lang . Integer e... | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { processor = new org . apache . cxf . tools . IDENT_0 . IDENT_1 . IDENT_2 . METHOD_1 ( null ) ; IDENT_3 . put ( IDENT_4 . IDENT_5 , METHOD_2 ( STRING_0 ) ) ; processor . METHOD_3 ( IDENT_3 ) ; try { processor . execute ( ) ; org . junit . Assert . fail ( STRING_1 ) ; } catch ( java . lang . Exception e ) ... | org . junit . Assert . assertEquals ( expected , e . getMessage ( ) . trim ( ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . String > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( ) ; com . IDENT_0 . IDENT_1 . IDENT_4 < java . lang . String > actual = IDENT_3 . METHOD_1 ( ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( ) { return false ; } | org . junit . Assert . assertThat ( actual . METHOD_2 ( ) , org . hamcrest . CoreMatchers . is ( false ) ) |
METHOD_0 ( ) { java . util . List < java . lang . String > list = java . util . Arrays . asList ( "a" , "b" , "a" , "a" , STRING_0 , STRING_1 ) ; com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . String > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( list ) ; com . IDENT_0 . IDENT_1 . IDENT_4 < java . lang . St... | org . junit . Assert . assertThat ( actual . METHOD_2 ( ) , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( STRING_1 ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . String > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( ) ; com . IDENT_0 . IDENT_1 . IDENT_4 < java . lang . String , java . lang . Boolean > p = new com . IDENT_0 . IDENT_1 . IDENT_4 < java . lang . String , java . lang . Boolean > ( ) { public c... | org . junit . Assert . assertThat ( actual . METHOD_1 ( ) , org . hamcrest . CoreMatchers . is ( false ) ) |
METHOD_0 ( ) { java . util . List < java . lang . String > list = java . util . Arrays . asList ( "a" , "b" , "a" , "a" , STRING_0 , STRING_1 ) ; com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . String > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( list ) ; com . IDENT_0 . IDENT_1 . IDENT_4 < java . lang . St... | org . junit . Assert . assertThat ( actual . METHOD_1 ( ) , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( STRING_0 ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( ) ; java . lang . Integer from = 2 ; java . lang . Integer IDENT_4 = 4 ; com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > actual = IDENT_3 . METHOD_1 ( from , IDENT_4 ) ; "<AssertP... | org . junit . Assert . assertThat ( actual . size ( ) , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( 0 ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( ) ; java . lang . Integer size = 3 ; com . IDENT_0 . IDENT_1 . IDENT_2 < com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > > actual = IDENT_3 . METHOD_1 ( size ) ; "<AssertPlaceHold... | org . junit . Assert . assertThat ( actual . size ( ) , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( 0 ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( ) ; int n = 3 ; com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > actual = IDENT_3 . METHOD_1 ( n ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( java . lang . String ) { return METHOD_2 (... | org . junit . Assert . assertThat ( actual . METHOD_2 ( "" ) , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( "" ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( ) ; com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > actual = IDENT_3 . METHOD_1 ( new com . IDENT_0 . IDENT_1 . IDENT_4 < java . lang . Integer , java . lang . Boolean > ( ) { pub... | org . junit . Assert . assertThat ( actual . METHOD_2 ( "" ) , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( "" ) ) ) |
METHOD_0 ( ) { java . util . List < org . apache . cxf . resource . IDENT_0 > IDENT_1 = new java . util . ArrayList ( ) ; for ( int i = 0 ; i < 4 ; i ++ ) { IDENT_1 . add ( new org . apache . cxf . resource . IDENT_2 . METHOD_1 ( IDENT_3 [ 0 ] . source ) ) ; } manager . METHOD_2 ( IDENT_1 ) ; org . apache . cxf . resou... | org . junit . Assert . assertArrayEquals ( expected , METHOD_5 ( manager ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( ) ; boolean actual = IDENT_3 . exists ( new com . IDENT_0 . IDENT_1 . IDENT_4 < java . lang . Integer , java . lang . Boolean > ( ) { public com . IDENT_0 . IDENT_1 . Boolean apply ( java . l... | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( ) ; boolean actual = IDENT_3 . METHOD_1 ( new com . IDENT_0 . IDENT_1 . IDENT_4 < java . lang . Integer , java . lang . Boolean > ( ) { public com . IDENT_0 . IDENT_1 . Boolean apply ( java .... | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { java . util . List < java . lang . Integer > list = java . util . Arrays . asList ( 1 , 5 , 2 , 3 , 4 ) ; com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( list ) ; boolean actual = IDENT_3 . METHOD_1 ( new com . IDENT_0 . IDENT_1 . IDENT_4 ... | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( ) ; java . lang . Integer actual = IDENT_3 . count ( new com . IDENT_0 . IDENT_1 . IDENT_4 < java . lang . Integer , java . lang . Boolean > ( ) { public com . IDENT_0 . IDENT_1 . Boolean app... | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { java . util . List < java . lang . Integer > list = java . util . Arrays . asList ( 1 , 5 , 2 , 3 , 4 ) ; com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( list ) ; java . lang . Integer actual = IDENT_3 . count ( new com . IDENT_0 . IDENT_1... | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( ) ; com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > actual = IDENT_3 . METHOD_1 ( new com . IDENT_0 . IDENT_1 . IDENT_4 < java . lang . Integer , java . lang . Boolean > ( ) { pub... | org . junit . Assert . assertThat ( actual . size ( ) , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( 0 ) ) ) |
METHOD_0 ( ) { int IDENT_0 = METHOD_1 ( ) ; java . lang . String address = ( STRING_0 + ( org . apache . cxf . IDENT_1 . jaxrs . IDENT_2 . IDENT_3 ) ) + STRING_1 ; java . io . InputStream is = getClass ( ) . getResourceAsStream ( STRING_2 ) ; java . io . IDENT_4 buf = new java . io . METHOD_2 ( is , ( INT_0 * 20 ) ) { ... | org . junit . Assert . assertEquals ( IDENT_0 , METHOD_1 ( ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( ) ; com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . String > that = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( "a" ) ; com . IDENT_0 . IDENT_1 . IDENT_2 < com . IDENT_0 . IDENT_1 . IDENT_4... | org . junit . Assert . assertThat ( actual . size ( ) , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( 0 ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( ) ; java . lang . Integer IDENT_4 = 2 ; boolean actual = IDENT_3 . contains ( IDENT_4 ) ; boolean expected = false ; "<AssertPlaceHolder>" ; } contains ( T ) { return false ; } | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( null , 1 , 2 , null , 3 ) ; java . lang . Integer IDENT_4 = 2 ; boolean actual = IDENT_3 . contains ( IDENT_4 ) ; boolean expected = true ; "<AssertPlaceHolder>" ; } contains ( T ) { return f... | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( 1 , 2 , 3 ) ; java . lang . Integer IDENT_4 = 2 ; boolean actual = IDENT_3 . contains ( IDENT_4 ) ; boolean expected = true ; "<AssertPlaceHolder>" ; } contains ( T ) { return false ; } | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( 1 , 2 , 3 ) ; java . lang . Integer IDENT_4 = 4 ; boolean actual = IDENT_3 . contains ( IDENT_4 ) ; boolean expected = false ; "<AssertPlaceHolder>" ; } contains ( T ) { return false ; } | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( ) ; com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > that = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( 2 , 4 ) ; com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > actual... | org . junit . Assert . assertThat ( actual . size ( ) , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( 0 ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( ) ; com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > that = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( 1 , 2 ) ; boolean actual = IDENT_3 . startsWith ( that ) ; boolean expected ... | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( 1 , 2 , 3 ) ; com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > that = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( 1 , 2 ) ; boolean actual = IDENT_3 . startsWith ( that ) ; boolean... | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( 1 , null , 2 , 3 ) ; com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > that = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( 1 , 2 ) ; boolean actual = IDENT_3 . startsWith ( that ) ; ... | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( 1 , null , 2 , 3 ) ; com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > that = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( 1 , null , 2 ) ; boolean actual = IDENT_3 . startsWith ( th... | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { org . apache . cxf . IDENT_0 . IDENT_1 IDENT_2 = METHOD_1 ( org . apache . cxf . IDENT_3 . IDENT_4 . IDENT_5 . IDENT_6 , org . apache . cxf . IDENT_3 . IDENT_4 . IDENT_5 . IDENT_7 , org . apache . cxf . IDENT_0 . IDENT_1 . class , true , false ) ; java . io . InputStream IDENT_8 = this . getClass ( ) . g... | org . junit . Assert . assertNotNull ( r ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( 1 , 2 , 3 ) ; com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > that = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( 1 , 4 ) ; boolean actual = IDENT_3 . startsWith ( that ) ; boolean... | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( ) ; com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > that = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( 2 , 3 ) ; int offset = 1 ; boolean actual = IDENT_3 . startsWith ( that , of... | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( 1 , 2 , 3 ) ; com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > that = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( 2 , 3 ) ; int offset = 0 ; boolean actual = IDENT_3 . startsWith (... | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( 1 , 2 , 3 ) ; com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > that = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( 1 , 2 ) ; int offset = 100 ; boolean actual = IDENT_3 . startsWith... | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( 1 , 2 , 3 ) ; java . lang . Integer IDENT_4 = 2 ; int actual = IDENT_3 . indexOf ( IDENT_4 ) ; int expected = 1 ; "<AssertPlaceHolder>" ; } indexOf ( T ) { return - 1 ; } | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { java . lang . String IDENT_0 = STRING_0 1 ; if ( ! ( METHOD_1 ( ) ) ) { IDENT_0 = STRING_1 ; } java . lang . String [ ] expected = new java . lang . String [ ] { STRING_2 , STRING_0 2 , STRING_3 , STRING_4 0 + STRING_5 , STRING_0 7 , STRING_0 6 , STRING_0 9 , STRING_4 , IDENT_0 , STRING_0 0 + ( STRING_6 ... | org . junit . Assert . assertEquals ( ( STRING_0 3 + index ) , expected [ ( index ++ ) ] , IDENT_3 . METHOD_5 ( ) . toString ( ) . trim ( ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( 1 , 2 , 3 ) ; java . lang . Integer IDENT_4 = 1000 ; int actual = IDENT_3 . indexOf ( IDENT_4 ) ; int expected = - 1 ; "<AssertPlaceHolder>" ; } indexOf ( T ) { return - 1 ; } | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = com . IDENT_0 . IDENT_1 . IDENT_2 . apply ( ) ; for ( int i = - 3 ; i < 3 ; i ++ ) { boolean actual = IDENT_3 . METHOD_1 ( i ) ; boolean expected = false ; "<AssertPlaceHolder>" ; } } METHOD_1 ( java . lang . Object ) { return METHOD_2... | org . junit . Assert . assertThat ( actual , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( expected ) ) ) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.