input stringlengths 35 67.8k | output stringlengths 39 1.53k |
|---|---|
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . library . IDENT_1 . IDENT_2 item = mock ( org . eclipse . IDENT_0 . core . library . IDENT_1 . IDENT_2 . class ) ; doReturn ( javax . IDENT_3 . IDENT_4 . IDENT_5 . class ) . when ( item ) . METHOD_1 ( ) ; org . eclipse . IDENT_0 . core . IDENT_6 . IDENT_7 IDENT_8 = mock (... | org . junit . Assert . assertThat ( IDENT_14 . METHOD_2 ( ) , org . hamcrest . CoreMatchers . is ( IDENT_13 . METHOD_2 ( ) ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . IDENT_1 . IDENT_2 key = new org . eclipse . IDENT_0 . core . IDENT_1 . METHOD_1 ( STRING_0 , STRING_1 ) ; org . eclipse . IDENT_0 . core . IDENT_1 . IDENT_3 res = registry . get ( key ) ; "<AssertPlaceHolder>" ; } get ( IDENT_4 ) { if ( key == null ) { throw new java . la... | org . junit . Assert . assertNull ( res ) |
METHOD_0 ( ) { org . mockito . IDENT_0 < java . lang . String > IDENT_1 = org . mockito . IDENT_0 . METHOD_1 ( java . lang . String . class ) ; registry . METHOD_2 ( STRING_0 ) ; verify ( IDENT_2 ) . METHOD_2 ( IDENT_1 . METHOD_3 ( ) ) ; "<AssertPlaceHolder>" ; } getValue ( ) { return value ; } | org . junit . Assert . assertEquals ( STRING_0 , IDENT_1 . getValue ( ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . IDENT_1 . IDENT_2 item = new org . eclipse . IDENT_0 . core . IDENT_1 . METHOD_1 ( STRING_0 ) ; item . METHOD_2 ( IDENT_3 . IDENT_4 ) ; "<AssertPlaceHolder>" ; } METHOD_3 ( java . lang . Class ) { java . util . ArrayList < java . lang . Class < ? extends org . eclipse . I... | org . junit . Assert . assertEquals ( org . eclipse . IDENT_0 . core . library . types . IDENT_3 . class , item . METHOD_3 ( org . eclipse . IDENT_0 . core . library . types . IDENT_3 . class ) . getClass ( ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . IDENT_1 . IDENT_2 item = new org . eclipse . IDENT_0 . core . IDENT_1 . METHOD_1 ( STRING_0 ) ; item . METHOD_2 ( org . eclipse . IDENT_0 . core . library . types . IDENT_3 . valueOf ( STRING_1 ) ) ; "<AssertPlaceHolder>" ; } METHOD_3 ( java . lang . Class ) { java . util... | org . junit . Assert . assertEquals ( org . eclipse . IDENT_0 . core . library . types . IDENT_3 . class , item . METHOD_3 ( org . eclipse . IDENT_0 . core . library . types . IDENT_3 . class ) . getClass ( ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . IDENT_1 . IDENT_2 IDENT_3 = new org . eclipse . IDENT_0 . core . IDENT_1 . METHOD_1 ( STRING_0 ) ; IDENT_3 . METHOD_2 ( new org . eclipse . IDENT_0 . core . IDENT_1 . METHOD_3 ( STRING_1 ) ) ; IDENT_3 . METHOD_2 ( new org . eclipse . IDENT_0 . core . IDENT_1 . METHOD_3 ( ... | org . junit . Assert . assertThat ( IDENT_3 . METHOD_4 ( ) . size ( ) , org . hamcrest . CoreMatchers . is ( 5 ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . IDENT_1 . IDENT_2 IDENT_3 = new org . eclipse . IDENT_0 . core . IDENT_1 . METHOD_1 ( STRING_0 ) ; IDENT_3 . METHOD_2 ( new org . eclipse . IDENT_0 . core . IDENT_1 . METHOD_3 ( STRING_1 ) ) ; IDENT_3 . METHOD_2 ( new org . eclipse . IDENT_0 . core . IDENT_1 . METHOD_3 ( ... | org . junit . Assert . assertThat ( IDENT_3 . METHOD_4 ( ) . size ( ) , org . hamcrest . CoreMatchers . is ( 3 ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . IDENT_1 . IDENT_2 IDENT_3 = new org . eclipse . IDENT_0 . core . IDENT_1 . METHOD_1 ( STRING_0 ) ; org . eclipse . IDENT_0 . core . IDENT_1 . IDENT_4 IDENT_5 = new org . eclipse . IDENT_0 . core . IDENT_1 . METHOD_2 ( STRING_1 ) ; IDENT_5 . METHOD_3 ( STRING_2 ) ; IDENT_3... | org . junit . Assert . assertThat ( IDENT_9 . size ( ) , org . hamcrest . CoreMatchers . is ( 1 ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . IDENT_1 . IDENT_2 IDENT_3 = new org . eclipse . IDENT_0 . core . IDENT_1 . METHOD_1 ( STRING_0 ) ; org . eclipse . IDENT_0 . core . IDENT_1 . IDENT_4 IDENT_5 = new org . eclipse . IDENT_0 . core . IDENT_1 . METHOD_2 ( STRING_1 ) ; IDENT_5 . METHOD_3 ( STRING_2 ) ; IDENT_3... | org . junit . Assert . assertThat ( IDENT_9 . size ( ) , org . hamcrest . CoreMatchers . is ( 2 ) ) |
METHOD_0 ( ) { java . util . concurrent . atomic . IDENT_0 IDENT_1 = new java . util . concurrent . atomic . METHOD_1 ( 0 ) ; for ( int i = 0 ; i < 10 ; i ++ ) { new java . lang . Thread ( ( ) -> { for ( int j = 0 ; j < 10 ; j ++ ) { try { IDENT_2 . METHOD_2 ( org . eclipse . IDENT_3 . core . IDENT_4 . IDENT_5 . IDENT_... | org . junit . Assert . assertThat ( IDENT_1 . get ( ) , org . hamcrest . CoreMatchers . is ( 100 ) ) |
METHOD_0 ( ) { context . METHOD_1 ( new org . IDENT_0 . METHOD_2 ( ) { { METHOD_3 ( IDENT_1 ) . METHOD_4 ( with ( any ( java . lang . reflect . Method . class ) ) ) ; METHOD_5 ( METHOD_6 ( new javax . resource . METHOD_7 ( ) ) ) ; } } ) ; context . METHOD_1 ( new org . IDENT_0 . METHOD_2 ( ) { { METHOD_8 ( IDENT_1 ) . ... | org . junit . Assert . assertTrue ( true ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . IDENT_1 . IDENT_2 item = METHOD_1 ( new org . eclipse . IDENT_0 . core . library . IDENT_1 . METHOD_2 ( STRING_0 ) ) ; IDENT_3 . add ( item ) ; @ org . eclipse . IDENT_0 . core . IDENT_1 . METHOD_3 ( STRING_1 ) org . eclipse . IDENT_0 . core . common . registry . IDENT_4 ... | org . junit . Assert . assertTrue ( ( ( IDENT_9 . getValue ( ) ) == item ) ) |
METHOD_0 ( ) { "<AssertPlaceHolder>" ; IDENT_0 . add ( new org . eclipse . IDENT_1 . core . library . IDENT_2 . METHOD_1 ( STRING_0 ) ) ; IDENT_0 . add ( new org . eclipse . IDENT_1 . core . library . IDENT_2 . METHOD_1 ( STRING_0 ) ) ; } METHOD_2 ( ) { return java . util . Arrays . asList ( new org . eclipse . IDENT_1... | org . junit . Assert . assertThat ( IDENT_0 . METHOD_2 ( ) . size ( ) , org . hamcrest . CoreMatchers . is ( 0 ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . library . IDENT_1 . IDENT_2 item = new org . eclipse . IDENT_0 . core . library . IDENT_1 . METHOD_1 ( "test" ) ; item . METHOD_2 ( new org . eclipse . IDENT_0 . core . library . types . METHOD_3 ( new org . eclipse . IDENT_0 . core . library . types . METHOD_4 ( INT_0 ) ... | org . junit . Assert . assertEquals ( new org . eclipse . IDENT_0 . core . library . types . METHOD_3 ( new org . eclipse . IDENT_0 . core . library . types . METHOD_4 ( INT_0 ) , new org . eclipse . IDENT_0 . core . library . types . METHOD_5 ( INT_0 ) , new org . eclipse . IDENT_0 . core . library . types . METHOD_5 ... |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . library . IDENT_1 . IDENT_2 item = new org . eclipse . IDENT_0 . core . library . IDENT_1 . METHOD_1 ( "test" ) ; item . METHOD_2 ( new org . eclipse . IDENT_0 . core . library . types . METHOD_3 ( new org . eclipse . IDENT_0 . core . library . types . METHOD_4 ( INT_0 ) ... | org . junit . Assert . assertEquals ( new org . eclipse . IDENT_0 . core . library . types . METHOD_3 ( new org . eclipse . IDENT_0 . core . library . types . METHOD_4 ( INT_0 ) , new org . eclipse . IDENT_0 . core . library . types . METHOD_5 ( INT_0 ) , new org . eclipse . IDENT_0 . core . library . types . METHOD_5 ... |
METHOD_0 ( ) { final java . math . BigDecimal IDENT_0 = new java . math . BigDecimal ( INT_0 ) ; final org . eclipse . IDENT_1 . core . library . IDENT_2 . IDENT_3 item = org . eclipse . IDENT_1 . core . library . IDENT_2 . IDENT_4 . METHOD_1 ( new org . eclipse . IDENT_1 . core . library . types . METHOD_2 ( IDENT_0 )... | org . junit . Assert . assertEquals ( IDENT_0 . compareTo ( result ) , 0 ) |
METHOD_0 ( ) { final org . eclipse . IDENT_0 . core . library . IDENT_1 . IDENT_2 item = org . eclipse . IDENT_0 . core . library . IDENT_1 . IDENT_3 . METHOD_1 ( IDENT_4 . IDENT_5 ) ; final java . math . BigDecimal result = org . eclipse . IDENT_0 . core . library . IDENT_1 . IDENT_3 . METHOD_2 ( item , org . eclipse ... | org . junit . Assert . assertEquals ( new java . math . BigDecimal ( 100 ) , result ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . library . IDENT_1 . IDENT_2 item = new org . eclipse . IDENT_0 . core . library . IDENT_1 . METHOD_1 ( "test" ) ; org . eclipse . IDENT_0 . core . types . IDENT_3 state = new org . eclipse . IDENT_0 . core . library . types . METHOD_2 ( new byte [ 0 ] , STRING_0 ) ; item ... | org . junit . Assert . assertEquals ( state , item . METHOD_4 ( ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . library . IDENT_1 . IDENT_2 item = new org . eclipse . IDENT_0 . core . library . IDENT_1 . METHOD_1 ( org . eclipse . IDENT_0 . core . library . IDENT_1 . IDENT_3 . IDENT_4 ) ; org . eclipse . IDENT_0 . core . types . IDENT_5 IDENT_6 = new org . eclipse . IDENT_0 . core ... | org . junit . Assert . assertEquals ( IDENT_6 , item . METHOD_4 ( ) ) |
METHOD_0 ( ) { METHOD_1 ( ) ; context . METHOD_2 ( new org . IDENT_0 . METHOD_3 ( ) { { METHOD_4 ( IDENT_1 ) . METHOD_5 ( with ( METHOD_6 ( IDENT_2 ) ) ) ; METHOD_7 ( METHOD_8 ( new java . lang . RuntimeException ( ) ) ) ; } } ) ; METHOD_9 ( ) ; METHOD_10 ( ) ; try { IDENT_3 . METHOD_5 ( IDENT_2 ) ; org . junit . Asser... | org . junit . Assert . assertTrue ( true ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . library . IDENT_1 . IDENT_2 item = new org . eclipse . IDENT_0 . core . library . IDENT_1 . METHOD_1 ( org . eclipse . IDENT_0 . core . library . IDENT_1 . IDENT_3 . IDENT_4 ) ; org . eclipse . IDENT_0 . core . types . IDENT_5 IDENT_6 = new org . eclipse . IDENT_0 . core ... | org . junit . Assert . assertEquals ( IDENT_6 , item . METHOD_4 ( ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . library . IDENT_1 . IDENT_2 item = new org . eclipse . IDENT_0 . core . library . IDENT_1 . METHOD_1 ( "test" ) ; org . eclipse . IDENT_0 . core . types . IDENT_3 state = new org . eclipse . IDENT_0 . core . library . types . METHOD_2 ( STRING_0 ) ; item . METHOD_3 ( stat... | org . junit . Assert . assertEquals ( state , item . METHOD_4 ( ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . library . IDENT_1 . IDENT_2 item = new org . eclipse . IDENT_0 . core . library . IDENT_1 . METHOD_1 ( "test" ) ; org . eclipse . IDENT_0 . core . types . IDENT_3 state = new org . eclipse . IDENT_0 . core . library . types . METHOD_2 ( ) ; item . METHOD_3 ( state ) ; "<A... | org . junit . Assert . assertEquals ( state , item . METHOD_4 ( ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . library . types . IDENT_1 IDENT_2 = new org . eclipse . IDENT_0 . core . library . types . METHOD_1 ( java . util . Calendar . getInstance ( ) ) ; "<AssertPlaceHolder>" ; } equals ( java . lang . Object ) { if ( obj instanceof org . eclipse . IDENT_0 . binding . IDENT_3 .... | org . junit . Assert . assertTrue ( IDENT_2 . equals ( new org . eclipse . IDENT_0 . core . library . types . METHOD_1 ( IDENT_2 . toString ( ) ) ) ) |
METHOD_0 ( ) { java . time . IDENT_0 IDENT_1 = java . time . IDENT_0 . now ( ) ; org . eclipse . IDENT_2 . core . library . types . IDENT_3 IDENT_4 = new org . eclipse . IDENT_2 . core . library . types . METHOD_1 ( IDENT_1 ) ; org . eclipse . IDENT_2 . core . library . types . METHOD_1 IDENT_5 = new org . eclipse . ID... | org . junit . Assert . assertEquals ( IDENT_4 . METHOD_3 ( ) , IDENT_5 . METHOD_3 ( ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . library . types . IDENT_1 IDENT_2 = new org . eclipse . IDENT_0 . core . library . types . METHOD_1 ( STRING_0 ) ; "<AssertPlaceHolder>" ; } toString ( ) { return ( ( ( ( ( ( ( ( ( STRING_1 + ( IDENT_3 ) ) + STRING_2 ) + ( device . METHOD_2 ( IDENT_3 ) ) ) + STRING_3 ) + ... | org . junit . Assert . assertEquals ( STRING_0 , IDENT_2 . toString ( ) ) |
METHOD_0 ( ) { IDENT_0 = new java . util . IDENT_1 < org . eclipse . IDENT_2 . core . IDENT_0 . IDENT_3 > ( ) ; IDENT_0 . add ( METHOD_1 ( STRING_0 , javax . IDENT_4 . IDENT_5 . IDENT_6 . class , new org . eclipse . IDENT_2 . core . library . types . IDENT_7 < javax . IDENT_4 . IDENT_5 . IDENT_6 > ( STRING_1 ) ) ) ; ID... | org . junit . Assert . assertEquals ( new org . eclipse . IDENT_2 . core . library . types . IDENT_7 < javax . IDENT_4 . IDENT_5 . IDENT_6 > ( STRING_1 ) , state ) |
METHOD_0 ( ) { METHOD_1 ( ) ; METHOD_2 ( ) ; context . METHOD_3 ( new org . IDENT_0 . METHOD_4 ( ) { { METHOD_5 ( IDENT_1 ) . METHOD_6 ( ) ; METHOD_7 ( METHOD_8 ( new javax . resource . METHOD_9 ( ) ) ) ; } } ) ; METHOD_10 ( ) ; METHOD_11 ( ) ; METHOD_12 ( ) ; try { IDENT_2 . METHOD_6 ( ) ; org . junit . Assert . fail ... | org . junit . Assert . assertTrue ( true ) |
METHOD_0 ( ) { IDENT_0 . add ( METHOD_1 ( STRING_0 , javax . IDENT_1 . IDENT_2 . IDENT_3 . class , new org . eclipse . IDENT_4 . core . library . types . IDENT_5 < javax . IDENT_1 . IDENT_2 . IDENT_3 > ( STRING_1 ) ) ) ; IDENT_0 . add ( METHOD_1 ( STRING_2 , javax . IDENT_1 . IDENT_2 . IDENT_3 . class , IDENT_6 . IDENT... | org . junit . Assert . assertEquals ( new org . eclipse . IDENT_4 . core . library . types . IDENT_5 < javax . IDENT_1 . IDENT_2 . IDENT_3 > ( STRING_1 ) , state ) |
METHOD_0 ( ) { IDENT_0 . add ( METHOD_1 ( STRING_0 , javax . IDENT_1 . IDENT_2 . IDENT_3 . class , new org . eclipse . IDENT_4 . core . library . types . IDENT_5 < javax . IDENT_1 . IDENT_2 . IDENT_3 > ( STRING_1 ) ) ) ; IDENT_0 . add ( METHOD_1 ( STRING_2 , javax . IDENT_1 . IDENT_2 . IDENT_3 . class , IDENT_6 . IDENT... | org . junit . Assert . assertEquals ( new org . eclipse . IDENT_4 . core . library . types . IDENT_5 < javax . IDENT_1 . IDENT_2 . IDENT_3 > ( STRING_7 ) , state ) |
METHOD_0 ( ) { IDENT_0 . add ( METHOD_1 ( STRING_0 , javax . IDENT_1 . IDENT_2 . IDENT_3 . class , new org . eclipse . IDENT_4 . core . library . types . IDENT_5 < javax . IDENT_1 . IDENT_2 . IDENT_3 > ( STRING_1 ) ) ) ; IDENT_0 . add ( METHOD_1 ( STRING_2 , javax . IDENT_1 . IDENT_2 . IDENT_3 . class , IDENT_6 . IDENT... | org . junit . Assert . assertEquals ( new org . eclipse . IDENT_4 . core . library . types . IDENT_5 < javax . IDENT_1 . IDENT_2 . IDENT_3 > ( STRING_1 ) , state ) |
METHOD_0 ( ) { IDENT_0 . add ( METHOD_1 ( STRING_0 , javax . IDENT_1 . IDENT_2 . IDENT_3 . class , new org . eclipse . IDENT_4 . core . library . types . IDENT_5 < javax . IDENT_1 . IDENT_2 . IDENT_3 > ( STRING_1 ) ) ) ; IDENT_0 . add ( METHOD_1 ( STRING_2 , javax . IDENT_1 . IDENT_2 . IDENT_3 . class , IDENT_6 . IDENT... | org . junit . Assert . assertEquals ( new org . eclipse . IDENT_4 . core . library . types . IDENT_5 < javax . IDENT_1 . IDENT_2 . IDENT_3 > ( STRING_1 ) , state ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . library . types . IDENT_1 < ? > IDENT_2 = org . eclipse . IDENT_0 . core . library . types . IDENT_1 . valueOf ( STRING_0 ) ; org . eclipse . IDENT_0 . core . library . types . IDENT_1 < ? > IDENT_3 = IDENT_2 . METHOD_1 ( STRING_1 ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( ... | org . junit . Assert . assertTrue ( IDENT_3 . METHOD_2 ( ) . toString ( ) . equalsIgnoreCase ( STRING_1 ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . library . types . IDENT_1 < ? > IDENT_2 = org . eclipse . IDENT_0 . core . library . types . IDENT_1 . valueOf ( "2" ) ; org . eclipse . IDENT_0 . core . library . types . IDENT_1 < ? > IDENT_3 = IDENT_2 . METHOD_1 ( STRING_0 ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( java ... | org . junit . Assert . assertTrue ( ( IDENT_3 == null ) ) |
METHOD_0 ( ) { org . apache . activemq . IDENT_0 . IDENT_1 . IDENT_2 factory = new org . apache . activemq . IDENT_0 . IDENT_1 . METHOD_1 ( ) { @ org . apache . activemq . IDENT_0 . IDENT_1 . Override public org . apache . IDENT_0 . IDENT_1 . IDENT_3 METHOD_2 ( org . apache . activemq . IDENT_0 . subject . IDENT_4 ref ... | org . junit . Assert . assertSame ( factory , filter . METHOD_4 ( ) ) |
METHOD_0 ( ) { when ( IDENT_0 . METHOD_1 ( org . eclipse . IDENT_1 . core . net . IDENT_2 . IDENT_3 , null ) ) . METHOD_2 ( new org . osgi . framework . METHOD_3 ( null , null ) ) ; int IDENT_4 = org . eclipse . IDENT_1 . core . net . IDENT_5 . METHOD_4 ( IDENT_0 ) ; "<AssertPlaceHolder>" ; } METHOD_4 ( org . osgi . fr... | org . junit . Assert . assertThat ( IDENT_4 , org . hamcrest . CoreMatchers . is ( ( - 1 ) ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . types . IDENT_1 IDENT_2 = new org . eclipse . IDENT_0 . core . types . METHOD_1 ( null , null , null , null , true , null ) ; org . eclipse . IDENT_0 . core . types . METHOD_1 IDENT_3 = new org . eclipse . IDENT_0 . core . types . METHOD_1 ( null , null , null , null , fa... | org . junit . Assert . assertThat ( IDENT_4 . METHOD_4 ( ) , org . hamcrest . CoreMatchers . is ( IDENT_2 . METHOD_4 ( ) ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . types . IDENT_1 IDENT_2 = new org . eclipse . IDENT_0 . core . types . METHOD_1 ( null , null , null , null , false , java . util . Arrays . asList ( new org . eclipse . IDENT_0 . core . types . METHOD_2 ( "value" , STRING_0 ) ) ) ; org . eclipse . IDENT_0 . core . types ... | org . junit . Assert . assertThat ( IDENT_4 . METHOD_5 ( ) , org . hamcrest . CoreMatchers . is ( IDENT_2 . METHOD_5 ( ) ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . types . IDENT_1 IDENT_2 = new org . eclipse . IDENT_0 . core . types . METHOD_1 ( null , null , null , null , false , java . util . Collections . emptyList ( ) ) ; org . eclipse . IDENT_0 . core . types . METHOD_1 IDENT_3 = new org . eclipse . IDENT_0 . core . types . MET... | org . junit . Assert . assertThat ( IDENT_4 . METHOD_5 ( ) , org . hamcrest . CoreMatchers . is ( IDENT_3 . METHOD_5 ( ) ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . IDENT_1 . IDENT_2 IDENT_3 = new org . eclipse . IDENT_0 . core . IDENT_1 . METHOD_1 ( STRING_0 ) ; org . eclipse . IDENT_0 . core . IDENT_1 . type . IDENT_4 IDENT_5 = org . eclipse . IDENT_0 . core . IDENT_1 . type . IDENT_6 . instance ( STRING_1 , STRING_2 , STRING_3 ) .... | org . junit . Assert . assertThat ( IDENT_1 . METHOD_4 ( ) , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( IDENT_3 ) ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . IDENT_1 . binding . IDENT_2 . IDENT_3 IDENT_2 = org . eclipse . IDENT_0 . core . IDENT_1 . binding . IDENT_2 . IDENT_4 . create ( new org . eclipse . IDENT_0 . core . IDENT_1 . METHOD_1 ( STRING_0 ) , STRING_1 ) . build ( ) ; org . eclipse . IDENT_0 . core . IDENT_1 . IDE... | org . junit . Assert . assertThat ( IDENT_2 . METHOD_2 ( IDENT_1 ) , org . hamcrest . CoreMatchers . is ( false ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . IDENT_1 . binding . IDENT_2 . IDENT_3 IDENT_2 = org . eclipse . IDENT_0 . core . IDENT_1 . binding . IDENT_2 . IDENT_4 . create ( new org . eclipse . IDENT_0 . core . IDENT_1 . METHOD_1 ( STRING_0 ) , STRING_1 ) . build ( ) ; org . eclipse . IDENT_0 . core . IDENT_1 . IDE... | org . junit . Assert . assertThat ( IDENT_2 . METHOD_2 ( IDENT_1 ) , org . hamcrest . CoreMatchers . is ( true ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . IDENT_1 . binding . IDENT_2 . IDENT_3 IDENT_2 = org . eclipse . IDENT_0 . core . IDENT_1 . binding . IDENT_2 . IDENT_4 . create ( new org . eclipse . IDENT_0 . core . IDENT_1 . METHOD_1 ( STRING_0 ) , STRING_1 ) . METHOD_2 ( true ) . METHOD_3 ( STRING_2 ) . build ( ) ; or... | org . junit . Assert . assertThat ( IDENT_2 . METHOD_4 ( IDENT_1 ) , org . hamcrest . CoreMatchers . is ( true ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . IDENT_1 . binding . IDENT_2 . IDENT_3 IDENT_2 = org . eclipse . IDENT_0 . core . IDENT_1 . binding . IDENT_2 . IDENT_4 . create ( new org . eclipse . IDENT_0 . core . IDENT_1 . METHOD_1 ( STRING_0 ) , STRING_1 ) . METHOD_2 ( true ) . METHOD_3 ( STRING_2 ) . build ( ) ; or... | org . junit . Assert . assertThat ( IDENT_2 . METHOD_4 ( IDENT_1 ) , org . hamcrest . CoreMatchers . is ( false ) ) |
METHOD_0 ( ) { final boolean [ ] IDENT_0 = new boolean [ 1 ] ; org . apache . activemq . IDENT_1 . IDENT_2 IDENT_1 = new org . apache . activemq . IDENT_1 . METHOD_1 ( ) { @ org . apache . activemq . IDENT_3 . IDENT_4 . Override public void METHOD_2 ( org . apache . activemq . IDENT_1 . IDENT_5 context , org . apache .... | org . junit . Assert . assertTrue ( IDENT_0 [ 0 ] ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . IDENT_1 . binding . IDENT_2 . IDENT_3 IDENT_2 = org . eclipse . IDENT_0 . core . IDENT_1 . binding . IDENT_2 . IDENT_4 . create ( new org . eclipse . IDENT_0 . core . IDENT_1 . METHOD_1 ( STRING_0 ) , STRING_1 ) . METHOD_2 ( STRING_2 ) . build ( ) ; org . eclipse . IDENT_... | org . junit . Assert . assertThat ( IDENT_2 . METHOD_3 ( IDENT_1 ) , org . hamcrest . CoreMatchers . is ( true ) ) |
METHOD_0 ( ) { java . lang . String IDENT_0 = STRING_0 ; org . eclipse . IDENT_1 . core . IDENT_2 . binding . IDENT_3 . IDENT_4 IDENT_3 = org . eclipse . IDENT_1 . core . IDENT_2 . binding . IDENT_3 . IDENT_5 . create ( org . eclipse . IDENT_1 . core . IDENT_2 . binding . IDENT_3 . IDENT_6 . IDENT_7 , STRING_1 ) . METH... | org . junit . Assert . assertThat ( IDENT_3 . METHOD_4 ( IDENT_2 ) , org . hamcrest . CoreMatchers . is ( true ) ) |
METHOD_0 ( ) { java . lang . String IDENT_0 = STRING_0 ; java . lang . String description = STRING_1 0 ; java . lang . String model = STRING_1 ; boolean IDENT_1 = true ; java . net . URL IDENT_2 = new java . net . URL ( STRING_2 ) ; java . lang . String IDENT_3 = STRING_3 ; java . lang . String IDENT_4 = STRING_4 ; jav... | org . junit . Assert . assertThat ( IDENT_13 . hashCode ( ) , org . hamcrest . CoreMatchers . is ( IDENT_16 . hashCode ( ) ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . IDENT_1 . IDENT_2 expected = new org . eclipse . IDENT_0 . core . IDENT_1 . METHOD_1 ( org . eclipse . IDENT_0 . core . IDENT_1 . IDENT_3 . IDENT_4 , org . eclipse . IDENT_0 . core . IDENT_1 . IDENT_5 . IDENT_6 , STRING_0 ) ; METHOD_2 ( IDENT_1 , expected ) ; org . eclips... | org . junit . Assert . assertThat ( IDENT_7 , org . hamcrest . CoreMatchers . is ( expected ) ) |
METHOD_0 ( ) { java . util . concurrent . atomic . IDENT_0 < org . eclipse . IDENT_1 . core . IDENT_2 . binding . IDENT_3 > IDENT_4 = METHOD_1 ( ) ; org . eclipse . IDENT_1 . core . IDENT_2 . binding . builder . IDENT_5 IDENT_6 = IDENT_4 . get ( ) . METHOD_2 ( org . eclipse . IDENT_1 . core . IDENT_2 . internal . IDENT... | org . junit . Assert . assertNotNull ( IDENT_6 ) |
METHOD_0 ( ) { java . util . concurrent . atomic . IDENT_0 < org . eclipse . IDENT_1 . core . IDENT_2 . binding . IDENT_3 > IDENT_4 = METHOD_1 ( ) ; org . eclipse . IDENT_1 . core . IDENT_2 . binding . builder . IDENT_5 IDENT_6 = IDENT_4 . get ( ) . METHOD_2 ( IDENT_7 , org . eclipse . IDENT_1 . core . IDENT_2 . intern... | org . junit . Assert . assertNotNull ( IDENT_6 ) |
METHOD_0 ( ) { java . lang . String IDENT_0 = STRING_0 ; org . eclipse . IDENT_1 . core . IDENT_2 . binding . IDENT_3 IDENT_4 = mock ( org . eclipse . IDENT_1 . core . IDENT_2 . binding . IDENT_3 . class ) ; when ( IDENT_4 . METHOD_1 ( ) ) . thenReturn ( IDENT_2 ) ; org . eclipse . IDENT_1 . core . IDENT_2 . binding . ... | org . junit . Assert . assertThat ( IDENT_2 . METHOD_7 ( ) , org . hamcrest . CoreMatchers . is ( IDENT_11 ) ) |
METHOD_0 ( ) { boolean IDENT_0 = true ; policy . METHOD_1 ( IDENT_0 ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( ) { return IDENT_1 ; } | org . junit . Assert . assertEquals ( IDENT_0 , policy . METHOD_2 ( ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . IDENT_1 . IDENT_2 IDENT_3 = new org . eclipse . IDENT_0 . core . IDENT_1 . METHOD_1 ( STRING_0 , STRING_1 , STRING_2 ) ; org . eclipse . IDENT_0 . core . IDENT_1 . internal . IDENT_4 IDENT_5 = new org . eclipse . IDENT_0 . core . IDENT_1 . internal . METHOD_2 ( ) ; when (... | org . junit . Assert . assertEquals ( IDENT_5 . METHOD_5 ( IDENT_3 ) , true ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . IDENT_1 . IDENT_2 IDENT_3 = new org . eclipse . IDENT_0 . core . IDENT_1 . METHOD_1 ( STRING_0 ) ; org . eclipse . IDENT_0 . core . IDENT_1 . IDENT_4 IDENT_1 = org . eclipse . IDENT_0 . core . IDENT_1 . binding . builder . IDENT_5 . create ( org . eclipse . IDENT_0 . core... | org . junit . Assert . assertThat ( IDENT_16 . entrySet ( ) , org . hamcrest . CoreMatchers . is ( org . hamcrest . CoreMatchers . equalTo ( parameters . entrySet ( ) ) ) ) |
METHOD_0 ( ) { final org . eclipse . IDENT_0 . core . IDENT_1 . internal . IDENT_2 . IDENT_3 IDENT_4 = METHOD_1 ( org . eclipse . IDENT_0 . core . IDENT_1 . internal . IDENT_2 . IDENT_5 ) ; org . eclipse . IDENT_0 . core . IDENT_1 . binding . IDENT_2 . IDENT_6 IDENT_7 = mock ( org . eclipse . IDENT_0 . core . IDENT_1 .... | org . junit . Assert . assertThat ( IDENT_10 . METHOD_4 ( org . eclipse . IDENT_0 . core . IDENT_1 . internal . IDENT_2 . IDENT_5 ) , org . hamcrest . CoreMatchers . is ( IDENT_4 ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . IDENT_1 . binding . IDENT_2 . IDENT_3 [ ] IDENT_4 = new org . eclipse . IDENT_0 . core . IDENT_1 . binding . IDENT_2 . IDENT_3 [ ] { org . eclipse . IDENT_0 . core . IDENT_1 . binding . IDENT_2 . IDENT_3 . IDENT_5 , org . eclipse . IDENT_0 . core . IDENT_1 . binding . IDE... | org . junit . Assert . assertThat ( IDENT_9 . METHOD_2 ( ) , org . hamcrest . CoreMatchers . is ( IDENT_4 [ i ] ) ) |
METHOD_0 ( ) { IDENT_0 . METHOD_1 ( IDENT_1 . IDENT_2 ) ; IDENT_0 . next ( ) ; IDENT_0 . METHOD_2 ( ) ; IDENT_0 . next ( ) ; "<AssertPlaceHolder>" ; } METHOD_3 ( ) { if ( ( IDENT_3 ) != null ) { return IDENT_3 ; } if ( ( ( IDENT_4 ) != null ) && ( IDENT_5 . hasNext ( ) ) ) { this . IDENT_3 = IDENT_5 . next ( ) ; return... | org . junit . Assert . assertThat ( IDENT_0 . METHOD_3 ( ) , org . hamcrest . CoreMatchers . is ( IDENT_1 . IDENT_2 ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . IDENT_1 . IDENT_2 . IDENT_3 IDENT_4 = mock ( org . eclipse . IDENT_0 . core . IDENT_1 . IDENT_2 . IDENT_3 . class ) ; org . eclipse . IDENT_0 . core . IDENT_1 . internal . IDENT_2 . IDENT_5 IDENT_6 = METHOD_1 ( IDENT_4 , STRING_0 ) ; org . eclipse . IDENT_0 . core . types... | org . junit . Assert . assertEquals ( 20 , IDENT_11 . METHOD_7 ( ) ) |
METHOD_0 ( ) { org . springframework . batch . core . IDENT_0 IDENT_1 = METHOD_1 ( ) ; org . springframework . batch . core . IDENT_2 IDENT_3 = new org . springframework . batch . core . METHOD_2 ( IDENT_1 ) ; org . springframework . batch . core . IDENT_4 . context . IDENT_5 context = new org . springframework . batch... | org . junit . Assert . assertEquals ( IDENT_11 . IDENT_17 , status ) |
METHOD_0 ( ) { java . lang . String name = "foo" ; policy . METHOD_1 ( name ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( ) { return IDENT_0 ; } | org . junit . Assert . assertEquals ( name , policy . METHOD_2 ( ) ) |
METHOD_0 ( ) { java . util . Set < org . eclipse . IDENT_0 . core . IDENT_1 . IDENT_2 > IDENT_3 = IDENT_4 . METHOD_1 ( STRING_0 ) ; "<AssertPlaceHolder>" ; } isEmpty ( ) { return ( size ( ) ) == 0 ; } | org . junit . Assert . assertTrue ( IDENT_3 . isEmpty ( ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . IDENT_1 . type . IDENT_2 IDENT_3 = builder . build ( ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return this . IDENT_4 ; } | org . junit . Assert . assertFalse ( IDENT_3 . METHOD_1 ( ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . IDENT_1 . type . IDENT_2 IDENT_3 = builder . METHOD_1 ( true ) . build ( ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return this . IDENT_4 ; } | org . junit . Assert . assertTrue ( IDENT_3 . METHOD_1 ( ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . IDENT_1 . type . IDENT_2 IDENT_3 = builder . METHOD_1 ( org . eclipse . IDENT_0 . core . IDENT_1 . type . IDENT_4 . IDENT_5 ) . build ( ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( ) { return description ; } | org . junit . Assert . assertEquals ( org . eclipse . IDENT_0 . core . IDENT_1 . type . IDENT_4 . IDENT_5 , IDENT_3 . METHOD_2 ( ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . IDENT_1 . type . IDENT_2 IDENT_3 = builder . METHOD_1 ( METHOD_2 ( org . eclipse . IDENT_0 . core . IDENT_1 . type . IDENT_4 . class , 2 ) ) . build ( ) ; "<AssertPlaceHolder>" ; try { IDENT_3 . METHOD_3 ( ) . add ( mock ( org . eclipse . IDENT_0 . core . IDENT_1 . type .... | org . junit . Assert . assertEquals ( 2 , IDENT_3 . METHOD_3 ( ) . size ( ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . IDENT_1 . type . IDENT_2 IDENT_3 = IDENT_4 . build ( ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return this . IDENT_5 ; } | org . junit . Assert . assertThat ( IDENT_3 . METHOD_1 ( ) , org . hamcrest . CoreMatchers . is ( false ) ) |
METHOD_0 ( ) { java . lang . String name = STRING_0 ; policy . METHOD_1 ( name ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( ) { return IDENT_0 ; } | org . junit . Assert . assertEquals ( name , policy . METHOD_2 ( ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . IDENT_1 . type . IDENT_2 IDENT_3 = IDENT_4 . METHOD_1 ( org . eclipse . IDENT_0 . core . IDENT_1 . type . IDENT_5 . IDENT_6 ) . build ( ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( ) { return description ; } | org . junit . Assert . assertThat ( IDENT_3 . METHOD_2 ( ) , org . hamcrest . CoreMatchers . is ( org . eclipse . IDENT_0 . core . IDENT_1 . type . IDENT_5 . IDENT_6 ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . IDENT_1 . type . IDENT_2 IDENT_3 = IDENT_4 . METHOD_1 ( org . eclipse . IDENT_0 . core . IDENT_1 . type . IDENT_5 . IDENT_6 ) . build ( ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( ) { return IDENT_7 ; } | org . junit . Assert . assertThat ( IDENT_3 . METHOD_2 ( ) , org . hamcrest . CoreMatchers . is ( org . eclipse . IDENT_0 . core . IDENT_1 . type . IDENT_5 . IDENT_6 ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . IDENT_1 . type . IDENT_2 IDENT_3 = IDENT_4 . METHOD_1 ( org . eclipse . IDENT_0 . core . IDENT_1 . type . IDENT_5 . IDENT_6 ) . build ( ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( ) { return this . IDENT_7 ; } | org . junit . Assert . assertThat ( IDENT_3 . METHOD_2 ( ) , org . hamcrest . CoreMatchers . is ( org . eclipse . IDENT_0 . core . IDENT_1 . type . IDENT_5 . IDENT_6 ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . IDENT_1 . type . IDENT_2 IDENT_3 = builder . build ( ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return IDENT_4 ; } | org . junit . Assert . assertThat ( IDENT_3 . METHOD_1 ( ) , org . hamcrest . CoreMatchers . is ( true ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . IDENT_1 . type . IDENT_2 IDENT_3 = builder . METHOD_1 ( org . eclipse . IDENT_0 . core . IDENT_1 . type . IDENT_4 . IDENT_5 ) . build ( ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( ) { return description ; } | org . junit . Assert . assertThat ( IDENT_3 . METHOD_2 ( ) , org . hamcrest . CoreMatchers . is ( org . eclipse . IDENT_0 . core . IDENT_1 . type . IDENT_4 . IDENT_5 ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . IDENT_1 . type . IDENT_2 IDENT_3 = builder . METHOD_1 ( org . eclipse . IDENT_0 . core . IDENT_1 . type . IDENT_4 . IDENT_5 ) . build ( ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( ) { return IDENT_6 ; } | org . junit . Assert . assertThat ( IDENT_3 . METHOD_2 ( ) , org . hamcrest . CoreMatchers . is ( org . eclipse . IDENT_0 . core . IDENT_1 . type . IDENT_4 . IDENT_5 ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . core . IDENT_1 . type . IDENT_2 IDENT_3 = builder . METHOD_1 ( false ) . build ( ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return IDENT_4 ; } | org . junit . Assert . assertThat ( IDENT_3 . METHOD_1 ( ) , org . hamcrest . CoreMatchers . is ( false ) ) |
METHOD_0 ( ) { java . lang . String result = org . eclipse . IDENT_0 . core . transform . IDENT_1 . IDENT_2 . transform ( STRING_0 , STRING_1 , "test" ) ; "<AssertPlaceHolder>" ; } transform ( java . lang . String , java . lang . String , java . lang . String ) { org . IDENT_3 . IDENT_4 logger = org . IDENT_3 . IDENT_5... | org . junit . Assert . assertEquals ( "test" , result ) |
METHOD_0 ( ) { METHOD_1 ( IDENT_0 ) ; IDENT_1 . METHOD_2 ( STRING_0 , null , IDENT_2 . getId ( ) ) ; "<AssertPlaceHolder>" ; } METHOD_3 ( ) { return IDENT_3 ; } | org . junit . Assert . assertTrue ( IDENT_2 . METHOD_3 ( ) ) |
METHOD_0 ( ) { METHOD_1 ( IDENT_0 ) ; IDENT_1 . METHOD_2 ( STRING_0 , IDENT_2 . METHOD_3 ( ) , IDENT_3 . getId ( ) ) ; "<AssertPlaceHolder>" ; } METHOD_4 ( ) { return IDENT_4 ; } | org . junit . Assert . assertTrue ( IDENT_3 . METHOD_4 ( ) ) |
METHOD_0 ( ) { METHOD_1 ( IDENT_0 ) ; IDENT_1 . METHOD_2 ( STRING_0 , STRING_1 , IDENT_2 . getId ( ) ) ; "<AssertPlaceHolder>" ; } METHOD_3 ( ) { return IDENT_3 ; } | org . junit . Assert . assertFalse ( IDENT_2 . METHOD_3 ( ) ) |
METHOD_0 ( ) { IDENT_0 . METHOD_1 ( STRING_0 , null , IDENT_1 . getId ( ) ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( ) { return IDENT_2 ; } | org . junit . Assert . assertFalse ( IDENT_1 . METHOD_2 ( ) ) |
METHOD_0 ( ) { IDENT_0 = new org . eclipse . IDENT_1 . core . IDENT_2 . internal . METHOD_1 ( ) ; IDENT_3 = new org . eclipse . IDENT_1 . core . IDENT_2 . internal . METHOD_2 ( ) ; IDENT_4 = null ; IDENT_5 = new org . eclipse . IDENT_1 . core . IDENT_2 . internal . METHOD_3 ( ) ; source = new org . eclipse . IDENT_1 . ... | org . junit . Assert . assertFalse ( IDENT_3 . METHOD_7 ( ) ) |
METHOD_0 ( ) { IDENT_0 = new org . eclipse . IDENT_1 . core . IDENT_2 . internal . METHOD_1 ( ) ; IDENT_3 = new org . eclipse . IDENT_1 . core . IDENT_2 . internal . METHOD_2 ( ) ; IDENT_4 = new org . eclipse . IDENT_1 . core . IDENT_2 . internal . METHOD_3 ( ) ; IDENT_5 = new org . eclipse . IDENT_1 . core . IDENT_2 .... | org . junit . Assert . assertFalse ( IDENT_3 . METHOD_9 ( ) ) |
METHOD_0 ( ) { java . lang . String [ ] command = new java . lang . String [ ] { IDENT_0 } ; java . util . Locale IDENT_1 = java . util . Locale . METHOD_1 ( ) ; java . lang . String IDENT_2 = java . lang . String . format ( STRING_0 , IDENT_3 . METHOD_2 ( IDENT_1 ) , IDENT_4 . METHOD_3 ( ) . METHOD_4 ( IDENT_1 ) , IDE... | org . junit . Assert . assertThat ( IDENT_6 . METHOD_6 ( ) , org . hamcrest . CoreMatchers . is ( IDENT_2 ) ) |
METHOD_0 ( ) { com . google . gson . IDENT_0 parser = new com . google . gson . METHOD_1 ( ) ; IDENT_1 . add ( new org . eclipse . IDENT_2 . core . library . IDENT_3 . METHOD_2 ( STRING_0 ) ) ; IDENT_4 . METHOD_3 ( STRING_0 , STRING_1 ) ; javax . ws . rs . core . Response response = IDENT_4 . METHOD_4 ( null , null , S... | org . junit . Assert . assertEquals ( expected , result ) |
METHOD_0 ( ) { java . util . stream . IDENT_0 < org . eclipse . IDENT_1 . core . IDENT_2 . IDENT_3 . dto . IDENT_4 > result = IDENT_5 . METHOD_1 ( null , null , null ) ; java . util . List < org . eclipse . IDENT_1 . core . IDENT_2 . IDENT_3 . dto . IDENT_4 > list = result . collect ( java . util . stream . IDENT_6 . t... | org . junit . Assert . assertThat ( list . size ( ) , org . hamcrest . CoreMatchers . is ( 4 ) ) |
METHOD_0 ( ) { new java . lang . Thread ( ( ) -> { try { java . lang . Thread . sleep ( org . eclipse . IDENT_0 . io . rest . IDENT_1 . internal . IDENT_2 . IDENT_3 ) ; item . METHOD_1 ( IDENT_4 . IDENT_5 ) ; } catch ( e ) { } } ) . start ( ) ; when ( headers . METHOD_2 ( org . eclipse . IDENT_0 . io . rest . IDENT_1 .... | org . junit . Assert . assertThat ( IDENT_11 . IDENT_23 , org . hamcrest . CoreMatchers . is ( false ) ) |
METHOD_0 ( ) { new java . lang . Thread ( ( ) -> { try { java . lang . Thread . sleep ( org . eclipse . IDENT_0 . io . rest . IDENT_1 . internal . IDENT_2 . IDENT_3 ) ; IDENT_4 . METHOD_1 ( new org . eclipse . IDENT_0 . core . library . types . METHOD_2 ( BigDecimal . IDENT_5 ) ) ; } catch ( e ) { } } ) . start ( ) ; w... | org . junit . Assert . assertThat ( IDENT_11 . IDENT_23 , org . hamcrest . CoreMatchers . is ( false ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . model . item . internal . IDENT_1 IDENT_2 = new org . eclipse . IDENT_0 . model . item . internal . METHOD_1 ( ) ; org . eclipse . IDENT_0 . core . IDENT_3 . IDENT_4 IDENT_5 = new org . eclipse . IDENT_0 . core . IDENT_3 . METHOD_2 ( STRING_0 , new org . eclipse . IDENT_0 . core... | org . junit . Assert . assertTrue ( IDENT_2 . METHOD_6 ( IDENT_5 , IDENT_10 ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . model . item . internal . IDENT_1 IDENT_2 = new org . eclipse . IDENT_0 . model . item . internal . METHOD_1 ( ) ; org . eclipse . IDENT_0 . core . IDENT_3 . IDENT_4 IDENT_5 = new org . eclipse . IDENT_0 . core . IDENT_3 . METHOD_2 ( STRING_0 , new org . eclipse . IDENT_0 . core... | org . junit . Assert . assertTrue ( IDENT_2 . METHOD_5 ( IDENT_5 , IDENT_10 ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . model . item . internal . IDENT_1 IDENT_2 = new org . eclipse . IDENT_0 . model . item . internal . METHOD_1 ( ) ; org . eclipse . IDENT_0 . core . IDENT_3 . IDENT_4 IDENT_5 = new org . eclipse . IDENT_0 . core . IDENT_3 . METHOD_2 ( STRING_0 , new org . eclipse . IDENT_0 . core... | org . junit . Assert . assertTrue ( IDENT_2 . METHOD_7 ( IDENT_5 , IDENT_10 ) ) |
METHOD_0 ( ) { org . eclipse . IDENT_0 . model . IDENT_1 . internal . IDENT_2 mapper = METHOD_1 ( ) ; mapper . METHOD_2 ( request ) ; org . eclipse . IDENT_3 . common . util . URI uri = org . eclipse . IDENT_3 . common . util . URI . METHOD_3 ( ( ( IDENT_4 . METHOD_4 ( ) . METHOD_2 ( ) . toString ( ) ) + ( IDENT_5 ) ) ... | org . junit . Assert . assertEquals ( request , res ) |
METHOD_0 ( ) { java . lang . IDENT_0 x = null ; java . math . BigDecimal result = org . eclipse . IDENT_1 . model . script . lib . IDENT_2 . METHOD_1 ( x ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( java . lang . IDENT_0 ) { java . math . BigDecimal IDENT_3 = org . eclipse . IDENT_1 . model . script . lib . IDENT_2 . METHO... | org . junit . Assert . assertNull ( result ) |
METHOD_0 ( ) { java . lang . IDENT_0 x = null ; java . lang . IDENT_0 y = INT_0 ; boolean IDENT_1 = org . eclipse . IDENT_2 . model . script . lib . IDENT_3 . METHOD_1 ( x , y ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( java . lang . IDENT_0 , java . lang . IDENT_0 ) { if ( org . eclipse . IDENT_2 . model . script . lib .... | org . junit . Assert . assertFalse ( IDENT_1 ) |
METHOD_0 ( ) { java . lang . IDENT_0 x = INT_0 ; java . lang . IDENT_0 y = null ; boolean IDENT_1 = org . eclipse . IDENT_2 . model . script . lib . IDENT_3 . METHOD_1 ( x , y ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( java . lang . IDENT_0 , java . lang . IDENT_0 ) { if ( org . eclipse . IDENT_2 . model . script . lib .... | org . junit . Assert . assertFalse ( IDENT_1 ) |
METHOD_0 ( ) { java . lang . IDENT_0 x = null ; java . lang . IDENT_0 y = null ; boolean IDENT_1 = org . eclipse . IDENT_2 . model . script . lib . IDENT_3 . METHOD_1 ( x , y ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( java . lang . IDENT_0 , java . lang . IDENT_0 ) { if ( org . eclipse . IDENT_2 . model . script . lib . ... | org . junit . Assert . assertTrue ( IDENT_1 ) |
METHOD_0 ( ) { java . lang . IDENT_0 x = INT_0 ; java . lang . IDENT_0 y = null ; boolean IDENT_1 = org . eclipse . IDENT_2 . model . script . lib . IDENT_3 . METHOD_1 ( x , y ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( java . lang . IDENT_0 , java . lang . IDENT_0 ) { java . math . BigDecimal IDENT_4 = org . eclipse . ID... | org . junit . Assert . assertTrue ( IDENT_1 ) |
METHOD_0 ( ) { java . lang . IDENT_0 x = null ; java . lang . IDENT_0 y = INT_0 ; boolean IDENT_1 = org . eclipse . IDENT_2 . model . script . lib . IDENT_3 . METHOD_1 ( x , y ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( java . lang . IDENT_0 , java . lang . IDENT_0 ) { java . math . BigDecimal IDENT_4 = org . eclipse . ID... | org . junit . Assert . assertTrue ( IDENT_1 ) |
METHOD_0 ( ) { org . apache . IDENT_0 . subject . IDENT_1 subject = new org . apache . activemq . IDENT_0 . subject . METHOD_1 ( ) { @ org . apache . activemq . IDENT_0 . IDENT_2 . Override public org . apache . IDENT_0 . subject . IDENT_3 METHOD_2 ( ) { return new org . apache . IDENT_0 . subject . METHOD_3 ( STRING_0... | org . junit . Assert . assertTrue ( policy . METHOD_4 ( subject ) ) |
METHOD_0 ( ) { java . lang . IDENT_0 x = null ; java . lang . IDENT_0 y = INT_0 ; boolean IDENT_1 = org . eclipse . IDENT_2 . model . script . lib . IDENT_3 . METHOD_1 ( x , y ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( java . lang . IDENT_0 , java . lang . IDENT_0 ) { java . math . BigDecimal IDENT_4 = org . eclipse . ID... | org . junit . Assert . assertTrue ( IDENT_1 ) |
METHOD_0 ( ) { java . lang . IDENT_0 x = 12 ; java . lang . IDENT_0 y = null ; boolean IDENT_1 = org . eclipse . IDENT_2 . model . script . lib . IDENT_3 . METHOD_1 ( x , y ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( java . lang . IDENT_0 , java . lang . IDENT_0 ) { java . math . BigDecimal IDENT_4 = org . eclipse . IDENT... | org . junit . Assert . assertFalse ( IDENT_1 ) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.