input stringlengths 35 67.8k | output stringlengths 39 1.53k |
|---|---|
METHOD_0 ( ) { java . lang . Integer result = this . IDENT_0 . METHOD_0 ( 1 , ( IDENT_1 , item , parameter ) -> ( IDENT_1 + item ) + parameter , 0 ) ; "<AssertPlaceHolder>" ; } valueOf ( IDENT_2 ) { return this . IDENT_3 . get ( subject ) ; } | org . junit . Assert . assertEquals ( java . lang . Integer . valueOf ( 2 ) , result ) |
METHOD_0 ( ) { org . eclipse . collections . api . set . IDENT_0 < java . lang . Integer > IDENT_1 = this . METHOD_1 ( ) ; "<AssertPlaceHolder>" ; } METHOD_0 ( org . eclipse . collections . api . block . IDENT_2 . IDENT_3 ) { return null ; } | org . junit . Assert . assertNull ( IDENT_1 . METHOD_0 ( java . lang . Integer . valueOf ( 1 ) :: equals ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . set . IDENT_0 < java . lang . Integer > IDENT_1 = this . METHOD_1 ( ) ; "<AssertPlaceHolder>" ; } METHOD_0 ( org . eclipse . collections . api . block . IDENT_2 . IDENT_3 , IDENT_4 ) { return null ; } | org . junit . Assert . assertNull ( IDENT_1 . METHOD_0 ( Object :: equals , java . lang . Integer . valueOf ( 1 ) ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . set . IDENT_0 < java . lang . Integer > IDENT_1 = this . METHOD_1 ( ) ; "<AssertPlaceHolder>" ; } METHOD_0 ( ) { return null ; } | org . junit . Assert . assertNull ( IDENT_1 . METHOD_0 ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . set . IDENT_0 < java . lang . Integer > result = org . eclipse . collections . impl . set . mutable . IDENT_1 . METHOD_1 ( ) ; org . eclipse . collections . api . set . IDENT_2 < java . lang . Integer > collection = this . METHOD_2 ( ) ; collection . METHOD_0 ( org . e... | org . junit . Assert . assertEquals ( collection , result ) |
METHOD_0 ( ) { org . eclipse . collections . api . collection . IDENT_0 < java . lang . Integer > result = org . eclipse . collections . impl . set . mutable . IDENT_1 . METHOD_1 ( ) ; this . METHOD_2 ( ) . METHOD_0 ( ( IDENT_2 , IDENT_3 ) -> result . add ( ( IDENT_2 + IDENT_3 ) ) , 0 ) ; "<AssertPlaceHolder>" ; } METH... | org . junit . Assert . assertEquals ( this . METHOD_2 ( ) , result ) |
METHOD_0 ( ) { org . eclipse . collections . api . collection . IDENT_0 < java . lang . Integer > result = org . eclipse . collections . impl . set . mutable . IDENT_1 . METHOD_1 ( ) ; this . METHOD_2 ( ) . METHOD_0 ( ( object , index ) -> result . add ( object ) ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( ) { return IDEN... | org . junit . Assert . assertEquals ( this . METHOD_2 ( ) , result ) |
METHOD_0 ( ) { org . apache . IDENT_0 . IDENT_1 . message . impl . IDENT_2 IDENT_3 = ( ( org . apache . IDENT_0 . IDENT_1 . message . impl . IDENT_2 ) ( Message . IDENT_4 . create ( ) ) ) ; IDENT_3 . METHOD_1 ( new org . apache . IDENT_0 . IDENT_1 . IDENT_5 . IDENT_6 . METHOD_2 ( ) ) ; IDENT_3 . METHOD_3 ( new org . ap... | org . junit . Assert . assertEquals ( 0 , IDENT_9 . METHOD_5 ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . collection . IDENT_0 < java . lang . String > actual = this . METHOD_1 ( ) . METHOD_2 ( ( IDENT_1 ) -> Lists . IDENT_2 . of ( java . lang . String . valueOf ( IDENT_1 ) ) , org . eclipse . collections . impl . set . mutable . IDENT_3 . METHOD_3 ( ) ) ; org . eclipse . ... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { org . eclipse . collections . api . set . IDENT_0 < java . lang . Integer > IDENT_1 = this . METHOD_1 ( ) ; org . eclipse . collections . api . list . IDENT_2 < java . lang . Integer > list = IDENT_1 . METHOD_0 ( String :: valueOf ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return IDENT_3 . IDENT_4 . em... | org . junit . Assert . assertEquals ( this . METHOD_1 ( ) . toList ( ) , list ) |
METHOD_0 ( ) { org . eclipse . collections . api . set . IDENT_0 < java . lang . Integer > IDENT_1 = this . METHOD_1 ( ) ; org . eclipse . collections . impl . block . function . IDENT_2 function = new org . eclipse . collections . impl . block . function . METHOD_2 ( ) ; org . eclipse . collections . api . IDENT_3 . s... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { org . eclipse . collections . api . set . IDENT_0 < java . lang . Integer > IDENT_1 = this . METHOD_1 ( ) ; org . eclipse . collections . impl . IDENT_2 . set . IDENT_3 < java . lang . Integer , java . lang . Integer > actual = IDENT_1 . METHOD_2 ( org . eclipse . collections . impl . block . factory . I... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { org . eclipse . collections . api . set . IDENT_0 < java . lang . Integer > IDENT_1 = this . METHOD_1 ( ) ; org . eclipse . collections . impl . block . function . IDENT_2 function = new org . eclipse . collections . impl . block . function . METHOD_2 ( ) ; org . eclipse . collections . impl . IDENT_3 . ... | org . junit . Assert . assertEquals ( expected , actual ) |
iterator ( ) { org . eclipse . collections . api . set . IDENT_0 < java . lang . Integer > IDENT_1 = this . METHOD_0 ( 1 , 2 , 3 ) ; java . util . Iterator < java . lang . Integer > iterator = IDENT_1 . iterator ( ) ; for ( int i = IDENT_1 . size ( ) ; ( i OP_0 ) > 0 ; ) { java . lang . Integer IDENT_2 = iterator . nex... | org . junit . Assert . assertEquals ( 3 , ( ( IDENT_2 . METHOD_1 ( ) ) + i ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . set . IDENT_0 < java . lang . Integer > IDENT_1 = this . METHOD_1 ( 1 , 2 , 3 ) ; java . lang . Integer result = IDENT_1 . METHOD_0 ( 1 , IDENT_2 . IDENT_3 ) ; "<AssertPlaceHolder>" ; } valueOf ( IDENT_4 ) { return this . IDENT_5 . get ( subject ) ; } | org . junit . Assert . assertEquals ( java . lang . Integer . valueOf ( 7 ) , result ) |
METHOD_0 ( ) { org . eclipse . collections . api . set . IDENT_0 < java . lang . Integer > IDENT_1 = this . METHOD_1 ( 1 , 2 , 3 ) ; int result = IDENT_1 . METHOD_2 ( 1 , IDENT_2 . IDENT_3 ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( double , org . eclipse . collections . api . block . function . IDENT_4 . IDENT_5 ) { retu... | org . junit . Assert . assertEquals ( 7 , result ) |
METHOD_0 ( ) { final long IDENT_0 = INT_0 ; org . apache . IDENT_1 . IDENT_2 . message . impl . IDENT_3 IDENT_4 = ( ( org . apache . IDENT_1 . IDENT_2 . message . impl . IDENT_3 ) ( Message . IDENT_5 . create ( ) ) ) ; IDENT_4 . METHOD_1 ( new org . apache . IDENT_1 . IDENT_2 . IDENT_6 . IDENT_7 . METHOD_2 ( ) ) ; IDEN... | org . junit . Assert . assertTrue ( ( ( IDENT_10 . METHOD_5 ( ) ) > ( java . lang . System . currentTimeMillis ( ) ) ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . set . IDENT_0 < java . lang . Integer > IDENT_1 = this . METHOD_1 ( 1 , 2 , 3 ) ; long actual = IDENT_1 . METHOD_2 ( Integer :: IDENT_2 ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( org . eclipse . collections . api . block . function . IDENT_3 . IDENT_4 ) { return 0 ; } | org . junit . Assert . assertEquals ( 6 , actual ) |
METHOD_0 ( ) { org . eclipse . collections . api . map . IDENT_0 < java . lang . Integer , java . lang . Integer > IDENT_1 = this . METHOD_1 ( 1 , 2 , 3 ) . METHOD_2 ( ( id ) -> id , org . eclipse . collections . impl . map . mutable . IDENT_2 . METHOD_3 ( 0 , 0 ) ) ; "<AssertPlaceHolder>" ; } METHOD_3 ( IDENT_3 , IDEN... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . map . mutable . IDENT_2 . METHOD_3 ( 0 , 0 , 1 , 1 , 2 , 2 , 3 , 3 ) , IDENT_1 ) |
METHOD_0 ( ) { org . eclipse . collections . impl . IDENT_0 . IDENT_1 < java . lang . Integer > IDENT_2 = ( ( org . eclipse . collections . impl . IDENT_0 . IDENT_1 < java . lang . Integer > ) ( this . METHOD_1 ( 1 , 2 , 3 , 4 , 5 , 6 ) ) ) ; "<AssertPlaceHolder>" ; } METHOD_0 ( int ) { return this . delegate . METHOD_... | org . junit . Assert . assertEquals ( 2 , IDENT_2 . METHOD_0 ( 3 ) ) |
METHOD_0 ( ) { org . eclipse . collections . impl . math . IDENT_0 IDENT_1 = new org . eclipse . collections . impl . math . METHOD_1 ( 0 ) ; org . eclipse . collections . impl . IDENT_2 . IDENT_3 < java . lang . Integer > IDENT_4 = ( ( org . eclipse . collections . impl . IDENT_2 . IDENT_3 < java . lang . Integer > ) ... | org . junit . Assert . assertEquals ( 15 , IDENT_1 . getValue ( ) ) |
METHOD_0 ( ) { "<AssertPlaceHolder>" ; this . METHOD_1 ( ) . METHOD_0 ( ) . next ( ) ; } METHOD_1 ( ) { return IDENT_0 . IDENT_1 . empty ( ) ; } | org . junit . Assert . assertFalse ( this . METHOD_1 ( ) . METHOD_0 ( ) . hasNext ( ) ) |
toArray ( ) { super . toArray ( ) ; org . eclipse . collections . api . set . IDENT_0 < java . lang . Integer > IDENT_1 = this . METHOD_0 ( 1 ) ; java . lang . Integer [ ] target = new java . lang . Integer [ 3 ] ; target [ 0 ] = 2 ; target [ 1 ] = 2 ; target [ 2 ] = 2 ; IDENT_1 . toArray ( target ) ; "<AssertPlaceHold... | org . junit . Assert . assertArrayEquals ( new java . lang . Integer [ ] { 1 , null , 2 } , target ) |
METHOD_0 ( ) { final java . util . Date IDENT_0 = new java . util . Date ( java . lang . System . currentTimeMillis ( ) ) ; org . apache . IDENT_1 . IDENT_2 . message . impl . IDENT_3 IDENT_4 = ( ( org . apache . IDENT_1 . IDENT_2 . message . impl . IDENT_3 ) ( Message . IDENT_5 . create ( ) ) ) ; org . apache . IDENT_... | org . junit . Assert . assertEquals ( IDENT_0 . getTime ( ) , IDENT_10 . METHOD_4 ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . impl . set . mutable . IDENT_0 < java . lang . Integer > set = org . eclipse . collections . impl . set . mutable . IDENT_0 . METHOD_1 ( 1 ) ; java . lang . Object [ ] result = new java . lang . Object [ 1 ] ; set . METHOD_0 ( ( delegate ) -> { result [ 0 ] = delegate . METH... | org . junit . Assert . assertNotNull ( result [ 0 ] ) |
METHOD_0 ( ) { java . lang . Integer IDENT_0 = 1 ; this . IDENT_1 . put ( IDENT_0 ) ; "<AssertPlaceHolder>" ; } get ( org . eclipse . collections . api . IDENT_2 . IDENT_3 ) { return new org . eclipse . collections . impl . block . factory . IDENT_4 . METHOD_1 ( IDENT_2 ) ; } | org . junit . Assert . assertSame ( IDENT_0 , this . IDENT_1 . get ( IDENT_0 ) ) |
METHOD_0 ( ) { org . eclipse . collections . impl . set . mutable . IDENT_0 < org . eclipse . collections . impl . set . mutable . IDENT_1 . IDENT_2 > pool = org . eclipse . collections . impl . set . mutable . IDENT_0 . METHOD_1 ( ) ; org . eclipse . collections . impl . set . mutable . IDENT_1 . IDENT_2 IDENT_3 = new... | org . junit . Assert . assertSame ( IDENT_3 , pool . get ( IDENT_4 ) ) |
METHOD_0 ( ) { java . lang . Integer IDENT_0 = 1 ; java . lang . Object IDENT_1 = this . IDENT_2 . put ( IDENT_0 ) ; "<AssertPlaceHolder>" ; } put ( T ) { int index = this . index ( key ) ; java . lang . Object IDENT_3 = this . table [ index ] ; if ( IDENT_3 == null ) { this . table [ index ] = org . eclipse . collecti... | org . junit . Assert . assertSame ( IDENT_1 , IDENT_0 ) |
METHOD_0 ( ) { org . eclipse . collections . api . set . IDENT_0 < java . lang . Integer > IDENT_1 = org . eclipse . collections . impl . set . mutable . IDENT_2 . METHOD_1 ( org . eclipse . collections . impl . list . IDENT_3 . METHOD_2 ( 3 ) ) ; "<AssertPlaceHolder>" ; } METHOD_3 ( int , int , int ) { return org . ec... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . set . mutable . IDENT_2 . METHOD_3 ( 1 , 2 , 3 ) , IDENT_1 ) |
METHOD_0 ( ) { org . eclipse . collections . api . set . IDENT_0 < java . lang . String > set = this . METHOD_1 ( ) ; org . eclipse . collections . api . set . IDENT_0 < java . lang . String > IDENT_1 = set . METHOD_2 ( ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( ) { MOD_0 ( this . METHOD_3 ( ) ) { return org . eclipse . ... | org . junit . Assert . assertSame ( METHOD_2 , set ) |
METHOD_0 ( ) { super . METHOD_0 ( ) ; org . eclipse . collections . api . set . IDENT_0 . IDENT_1 set = this . METHOD_1 ( ( ( byte ) ( 0 ) ) , ( ( byte ) ( 1 ) ) , ( ( byte ) ( INT_0 ) ) , ( ( byte ) ( - 1 ) ) , ( ( byte ) ( - INT_1 ) ) , ( ( byte ) ( - INT_2 ) ) ) ; "<AssertPlaceHolder>" ; } METHOD_0 ( ) { int [ ] arr... | org . junit . Assert . assertArrayEquals ( new byte [ ] { ( ( byte ) ( - INT_1 ) ) , ( ( byte ) ( - INT_2 ) ) , ( ( byte ) ( - 1 ) ) , ( ( byte ) ( 0 ) ) , ( ( byte ) ( 1 ) ) , ( ( byte ) ( INT_0 ) ) } , set . METHOD_0 ( ) ) |
METHOD_0 ( ) { final java . util . Date IDENT_0 = new java . util . Date ( ( - 1 ) ) ; org . apache . IDENT_1 . IDENT_2 . message . impl . IDENT_3 IDENT_4 = ( ( org . apache . IDENT_1 . IDENT_2 . message . impl . IDENT_3 ) ( Message . IDENT_5 . create ( ) ) ) ; org . apache . IDENT_1 . IDENT_2 . IDENT_6 . IDENT_7 . Pro... | org . junit . Assert . assertEquals ( 0 , IDENT_10 . METHOD_4 ( ) ) |
METHOD_0 ( ) { super . METHOD_1 ( ) ; org . eclipse . collections . api . set . IDENT_0 . IDENT_1 IDENT_2 = this . METHOD_2 ( ( ( byte ) ( 1 ) ) , ( ( byte ) ( INT_0 ) ) , ( ( byte ) ( INT_1 ) ) ) ; org . eclipse . collections . api . set . IDENT_0 . IDENT_1 IDENT_3 = this . METHOD_2 ( ( ( byte ) ( INT_1 ) ) , ( ( byte... | org . junit . Assert . assertEquals ( IDENT_2 . hashCode ( ) , IDENT_3 . hashCode ( ) ) |
METHOD_0 ( ) { super . METHOD_0 ( ) ; org . eclipse . collections . api . set . IDENT_0 . IDENT_1 set = this . METHOD_1 ( ( ( byte ) ( 0 ) ) , ( ( byte ) ( 1 ) ) , ( ( byte ) ( INT_0 ) ) ) ; "<AssertPlaceHolder>" ; } METHOD_0 ( ) { int [ ] array = this . toArray ( ) ; java . util . Arrays . METHOD_2 ( array ) ; return ... | org . junit . Assert . assertArrayEquals ( new byte [ ] { ( ( byte ) ( 0 ) ) , ( ( byte ) ( 1 ) ) , ( ( byte ) ( INT_0 ) ) } , set . METHOD_0 ( ) ) |
METHOD_0 ( ) { java . lang . reflect . Field table = org . eclipse . collections . impl . set . mutable . IDENT_0 . IDENT_1 . class . METHOD_1 ( STRING_0 ) ; table . METHOD_2 ( true ) ; "<AssertPlaceHolder>" ; } get ( int ) { return this . delegate . get ( index ) ; } | org . junit . Assert . assertEquals ( 0 , table . get ( new org . eclipse . collections . impl . set . mutable . IDENT_0 . METHOD_3 ( ) ) ) |
collect ( ) { super . collect ( ) ; org . eclipse . collections . api . block . function . IDENT_0 . IDENT_1 < java . lang . IDENT_2 > function = ( parameter ) -> ( ( byte ) ( parameter - 1 ) ) ; org . eclipse . collections . impl . set . mutable . IDENT_0 . IDENT_3 set = org . eclipse . collections . impl . set . muta... | org . junit . Assert . assertEquals ( IDENT_6 , IDENT_5 ) |
METHOD_0 ( ) { org . eclipse . collections . impl . set . mutable . IDENT_0 . IDENT_1 IDENT_2 = org . eclipse . collections . impl . set . mutable . IDENT_0 . IDENT_1 . METHOD_1 ( ) ; IDENT_2 . add ( ( ( byte ) ( 0 ) ) ) ; IDENT_2 . add ( ( ( byte ) ( 1 ) ) ) ; IDENT_2 . add ( ( ( byte ) ( 2 ) ) ) ; IDENT_2 . add ( ( (... | org . junit . Assert . assertArrayEquals ( expected , IDENT_2 . toArray ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . set . IDENT_0 . IDENT_1 < java . lang . Integer > IDENT_2 = this . METHOD_1 ( ) ; org . eclipse . collections . api . list . IDENT_3 < java . lang . Integer > list = IDENT_2 . METHOD_0 ( String :: valueOf ) ; "<AssertPlaceHolder>" ; } toList ( ) { return null ; } | org . junit . Assert . assertEquals ( IDENT_2 . toList ( ) , list ) |
METHOD_0 ( ) { org . eclipse . collections . api . set . IDENT_0 . IDENT_1 < java . lang . Integer > IDENT_2 = this . METHOD_1 ( ) ; org . eclipse . collections . api . IDENT_3 . IDENT_4 . IDENT_5 < java . lang . Integer , java . lang . Integer > actual = IDENT_2 . METHOD_0 ( org . eclipse . collections . impl . block ... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { final java . util . Date IDENT_0 = new java . util . Date ( java . lang . System . currentTimeMillis ( ) ) ; final long IDENT_1 = INT_0 ; org . apache . IDENT_2 . IDENT_3 . message . impl . IDENT_4 IDENT_5 = ( ( org . apache . IDENT_2 . IDENT_3 . message . impl . IDENT_4 ) ( Message . IDENT_6 . create ( ... | org . junit . Assert . assertEquals ( IDENT_0 . getTime ( ) , IDENT_11 . METHOD_7 ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . set . IDENT_0 . IDENT_1 < java . lang . Integer > IDENT_2 = this . METHOD_1 ( java . util . Collections . METHOD_2 ( ) ) ; org . eclipse . collections . impl . block . function . IDENT_3 function = new org . eclipse . collections . impl . block . function . METHOD_3 ( ... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { org . eclipse . collections . api . set . IDENT_0 . IDENT_1 < java . lang . Integer > IDENT_2 = this . METHOD_1 ( ) ; org . eclipse . collections . impl . IDENT_3 . set . IDENT_0 . IDENT_4 < java . lang . Integer , java . lang . Integer > actual = IDENT_2 . METHOD_2 ( org . eclipse . collections . impl .... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { org . eclipse . collections . api . set . IDENT_0 . IDENT_1 < java . lang . Integer > set = this . METHOD_1 ( ) ; "<AssertPlaceHolder>" ; } METHOD_0 ( org . eclipse . collections . api . set . IDENT_2 ) { MOD_0 ( this . METHOD_2 ( ) ) { return this . METHOD_3 ( ) . METHOD_0 ( IDENT_3 ) ; } } | org . junit . Assert . assertTrue ( set . METHOD_0 ( set ) ) |
METHOD_0 ( ) { "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return IDENT_0 . IDENT_1 . empty ( ) ; } | org . junit . Assert . assertNull ( this . METHOD_1 ( ) . METHOD_0 ( java . lang . Integer . valueOf ( 1 ) :: equals ) ) |
METHOD_0 ( ) { "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return IDENT_0 . IDENT_1 . empty ( ) ; } | org . junit . Assert . assertNull ( this . METHOD_1 ( ) . METHOD_0 ( Object :: equals , java . lang . Integer . valueOf ( 1 ) ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . list . IDENT_0 < java . lang . Integer > list = Lists . mutable . empty ( ) ; org . eclipse . collections . api . set . IDENT_1 . IDENT_2 < java . lang . Integer > IDENT_3 = this . METHOD_1 ( 1 , 2 , 3 , 4 ) ; IDENT_3 . METHOD_0 ( list :: add ) ; "<AssertPlaceHolder>" ... | org . junit . Assert . assertEquals ( Lists . mutable . with ( 4 , 3 , 2 , 1 ) , list ) |
METHOD_0 ( ) { final char [ ] IDENT_0 = STRING_0 . METHOD_1 ( ) ; final java . lang . String IDENT_1 = IDENT_2 . METHOD_2 ( IDENT_0 ) ; "<AssertPlaceHolder>" ; } METHOD_3 ( char [ ] , java . lang . String ) { try { return IDENT_3 . METHOD_3 ( IDENT_4 , IDENT_1 ) ; } catch ( java . lang . IllegalArgumentException e ) { ... | org . junit . Assert . assertThat ( IDENT_2 . METHOD_3 ( null , IDENT_1 ) , org . hamcrest . core . Is . is ( false ) ) |
METHOD_0 ( ) { java . util . Date IDENT_0 = new java . util . Date ( java . lang . System . currentTimeMillis ( ) ) ; org . apache . IDENT_1 . IDENT_2 . message . impl . IDENT_3 IDENT_4 = ( ( org . apache . IDENT_1 . IDENT_2 . message . impl . IDENT_3 ) ( Message . IDENT_5 . create ( ) ) ) ; IDENT_4 . METHOD_1 ( new or... | org . junit . Assert . assertEquals ( IDENT_0 . getTime ( ) , IDENT_10 . METHOD_6 ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . Integer > IDENT_0 = this . METHOD_1 ( 1 , 2 , 3 ) ; "<AssertPlaceHolder>" ; } valueOf ( IDENT_2 ) { return this . IDENT_3 . get ( subject ) ; } | org . junit . Assert . assertEquals ( java . lang . Integer . valueOf ( 1 ) , IDENT_0 . METHOD_0 ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . String > IDENT_0 = this . METHOD_1 ( STRING_0 , STRING_1 , "2" , "1" ) ; org . eclipse . collections . api . IDENT_0 . IDENT_1 < org . eclipse . collections . api . tuple . IDENT_2 . IDENT_3 < java . lang . String > > expected = this .... | org . junit . Assert . assertEquals ( expected , IDENT_0 . METHOD_0 ( IDENT_4 :: METHOD_2 ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . String > IDENT_0 = this . METHOD_1 ( STRING_0 , STRING_1 , "2" , "1" ) ; org . eclipse . collections . api . list . IDENT_2 < org . eclipse . collections . api . tuple . IDENT_3 . IDENT_4 < java . lang . String > > expected = Lists . m... | org . junit . Assert . assertEquals ( expected , IDENT_0 . METHOD_3 ( IDENT_5 :: METHOD_2 , Lists . mutable . empty ( ) ) ) |
toList ( ) { org . eclipse . collections . impl . list . mutable . IDENT_0 . IDENT_1 expected = org . eclipse . collections . impl . list . mutable . IDENT_0 . IDENT_1 . METHOD_0 ( ) ; this . METHOD_1 ( ) . METHOD_2 ( expected :: add ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return IDENT_2 . IDENT_3 . empty ( ) ; } | org . junit . Assert . assertEquals ( expected , this . METHOD_1 ( ) . toList ( ) ) |
METHOD_0 ( ) { super . METHOD_0 ( ) ; org . eclipse . collections . api . IDENT_0 . IDENT_1 . IDENT_2 expected = this . METHOD_1 ( ) ; "<AssertPlaceHolder>" ; } METHOD_0 ( ) { return this ; } | org . junit . Assert . assertSame ( expected , expected . METHOD_0 ( ) ) |
METHOD_0 ( ) { org . apache . IDENT_0 . IDENT_1 . message . impl . IDENT_2 IDENT_3 = ( ( org . apache . IDENT_0 . IDENT_1 . message . impl . IDENT_2 ) ( Message . IDENT_4 . create ( ) ) ) ; IDENT_3 . METHOD_1 ( new org . apache . IDENT_0 . IDENT_1 . IDENT_5 . IDENT_6 . METHOD_2 ( ) ) ; org . apache . activemq . artemis... | org . junit . Assert . assertEquals ( 0L , IDENT_9 . METHOD_4 ( ) ) |
METHOD_0 ( ) { "<AssertPlaceHolder>" ; } METHOD_1 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . String > IDENT_0 = this . METHOD_2 ( ) ; org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . String > METHOD_2 = IDENT_0 . METHOD_1 ( "1" ) ; org . junit . Assert . METHOD_3 ( ... | org . junit . Assert . assertFalse ( this . METHOD_1 ( ) . METHOD_0 ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 . IDENT_2 IDENT_3 = new org . eclipse . collections . impl . IDENT_0 . mutable . IDENT_1 . METHOD_1 ( org . eclipse . collections . impl . IDENT_0 . mutable . IDENT_1 . IDENT_4 . METHOD_2 ( true , false , true ) ) ; "<AssertPlaceHolder>" ; } METHOD_0 ... | org . junit . Assert . assertSame ( IDENT_3 , IDENT_3 . METHOD_0 ( ) ) |
toList ( ) { super . toList ( ) ; org . eclipse . collections . impl . list . mutable . IDENT_0 . IDENT_1 list = new org . eclipse . collections . impl . list . mutable . IDENT_0 . METHOD_0 ( ) ; int size = this . METHOD_1 ( ) . size ( ) ; for ( int i = 0 ; i < size ; i ++ ) { list . add ( ( ( i & 1 ) != 0 ) ) ; } "<As... | org . junit . Assert . assertEquals ( list , this . METHOD_1 ( ) . toList ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . impl . string . IDENT_0 . IDENT_1 IDENT_2 = org . eclipse . collections . impl . string . IDENT_0 . IDENT_1 . METHOD_1 ( org . eclipse . collections . impl . string . IDENT_0 . IDENT_3 . IDENT_4 ) ; "<AssertPlaceHolder>" ; } toString ( ) { return new java . lang . String ( t... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . string . IDENT_0 . IDENT_3 . IDENT_4 , new java . lang . StringBuilder ( METHOD_1 ) . toString ( ) ) |
METHOD_0 ( ) { java . lang . StringBuilder IDENT_0 = new java . lang . StringBuilder ( ) ; int size = this . METHOD_1 ( ) . size ( ) ; for ( int IDENT_1 = 0 ; IDENT_1 < size ; IDENT_1 ++ ) { IDENT_0 . METHOD_2 ( ( IDENT_1 + 1 ) ) ; } "<AssertPlaceHolder>" ; } toString ( ) { return this . IDENT_2 . toString ( ) ; } | org . junit . Assert . assertEquals ( IDENT_0 . toString ( ) , this . METHOD_1 ( ) . toString ( ) ) |
METHOD_0 ( ) { java . lang . StringBuilder builder = new java . lang . StringBuilder ( ) ; org . eclipse . collections . impl . string . IDENT_0 . IDENT_1 . METHOD_1 ( org . eclipse . collections . impl . string . IDENT_0 . IDENT_2 . IDENT_3 ) . METHOD_2 ( builder :: IDENT_4 ) ; "<AssertPlaceHolder>" ; } toString ( ) {... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . string . IDENT_0 . IDENT_2 . IDENT_3 , builder . toString ( ) ) |
METHOD_0 ( ) { org . apache . IDENT_0 . IDENT_1 . message . impl . IDENT_2 IDENT_3 = ( ( org . apache . IDENT_0 . IDENT_1 . message . impl . IDENT_2 ) ( Message . IDENT_4 . create ( ) ) ) ; org . apache . activemq . artemis . protocol . IDENT_5 . IDENT_6 . IDENT_7 IDENT_8 = METHOD_1 ( IDENT_3 ) ; "<AssertPlaceHolder>" ... | org . junit . Assert . assertEquals ( 0L , IDENT_8 . METHOD_2 ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . impl . string . IDENT_0 . IDENT_1 IDENT_2 = org . eclipse . collections . impl . string . IDENT_0 . IDENT_1 . from ( org . eclipse . collections . impl . string . IDENT_0 . IDENT_3 . IDENT_4 ) ; java . lang . IDENT_5 IDENT_6 = IDENT_2 . METHOD_0 ( 1 , 3 ) ; "<AssertPlaceHold... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . string . IDENT_0 . IDENT_3 . IDENT_4 . METHOD_0 ( 1 , 3 ) , IDENT_6 ) |
METHOD_0 ( ) { org . eclipse . collections . api . tuple . IDENT_0 < java . lang . String , java . lang . String > IDENT_1 = org . eclipse . collections . impl . tuple . IDENT_2 . METHOD_1 ( "1" , "2" ) ; Map . Entry < java . lang . String , java . lang . String > entry = METHOD_1 . METHOD_2 ( ) ; org . eclipse . colle... | org . junit . Assert . assertEquals ( METHOD_1 , IDENT_3 ) |
get ( ) { "<AssertPlaceHolder>" ; } valueOf ( IDENT_0 ) { return this . IDENT_1 . get ( subject ) ; } | org . junit . Assert . assertEquals ( java . lang . Integer . valueOf ( 1 ) , new java . lang . Integer [ ] { 5 , 4 , 3 , 2 , 1 } [ 4 ] ) |
METHOD_0 ( ) { org . eclipse . collections . api . map . IDENT_0 < java . lang . String , java . lang . String > map = org . eclipse . collections . impl . map . mutable . IDENT_1 . METHOD_1 ( ) ; org . eclipse . collections . impl . IDENT_2 . IDENT_3 . METHOD_0 ( new java . lang . String [ ] { "1" , "2" , STRING_0 } ,... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . map . mutable . IDENT_1 . METHOD_3 ( "1" , "a" , "2" , "b" , STRING_0 , STRING_1 ) , map ) |
METHOD_0 ( ) { java . lang . Integer [ ] IDENT_0 = new org . eclipse . collections . impl . IDENT_1 . Integer [ ] { 1 , 2 , 3 , 4 } ; org . eclipse . collections . impl . IDENT_1 . IDENT_2 . METHOD_0 ( IDENT_0 , ( i , index ) -> "<AssertPlaceHolder>" ) ; } METHOD_0 ( T [ ] , int , int , org . eclipse . collections . ap... | org . junit . Assert . assertEquals ( index , ( i - 1 ) ) |
METHOD_0 ( ) { java . lang . Integer [ ] array = new org . eclipse . collections . impl . IDENT_0 . Integer [ ] { 1 , 2 , 3 , 4 , 5 , 6 , 7 } ; org . eclipse . collections . api . block . function . IDENT_1 < java . lang . Integer , java . lang . Boolean > IDENT_2 = ( object ) -> org . eclipse . collections . impl . bl... | org . junit . Assert . assertEquals ( expected , IDENT_10 . METHOD_4 ( ) ) |
METHOD_0 ( ) { java . lang . String [ ] array = new java . lang . String [ ] { "1" , "2" , STRING_0 , STRING_1 , STRING_2 , STRING_3 , STRING_4 } ; org . eclipse . collections . api . IDENT_0 < org . eclipse . collections . api . IDENT_0 < java . lang . String > > IDENT_1 = org . eclipse . collections . impl . IDENT_2 ... | org . junit . Assert . assertEquals ( Lists . IDENT_4 . with ( Lists . IDENT_4 . with ( "1" , "2" ) , Lists . IDENT_4 . with ( STRING_0 , STRING_1 ) , Lists . IDENT_4 . with ( STRING_2 , STRING_3 ) , Lists . IDENT_4 . with ( STRING_4 ) ) , IDENT_1 ) |
METHOD_0 ( ) { org . apache . activemq . artemis . protocol . IDENT_0 . IDENT_1 . IDENT_2 message = new org . apache . activemq . artemis . protocol . IDENT_0 . IDENT_1 . METHOD_1 ( 0 , IDENT_3 , null ) ; java . lang . Object result = message . METHOD_2 ( new org . apache . activemq . artemis . api . core . METHOD_3 ( ... | org . junit . Assert . assertEquals ( result , IDENT_6 ) |
METHOD_0 ( ) { java . lang . Integer [ ] IDENT_0 = new org . eclipse . collections . impl . IDENT_1 . Integer [ ] { 1 , 2 , 3 } ; long expected = org . eclipse . collections . impl . IDENT_1 . IDENT_2 . METHOD_1 ( 0L , IDENT_0 , IDENT_3 . IDENT_4 ) ; long actual = org . eclipse . collections . impl . IDENT_1 . IDENT_2 ... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { java . util . ArrayList < java . lang . Integer > IDENT_0 = org . eclipse . collections . impl . list . IDENT_1 . METHOD_1 ( 5 ) . METHOD_2 ( new java . util . ArrayList ( ) ) ; org . eclipse . collections . api . list . IDENT_2 < java . lang . Integer > IDENT_3 = Lists . mutable . empty ( ) ; org . ecli... | org . junit . Assert . assertEquals ( Lists . mutable . with ( 9 , 7 , 5 , 3 , 1 ) , IDENT_3 ) |
METHOD_0 ( ) { java . util . ArrayList < java . lang . Integer > list = new java . util . ArrayList ( org . eclipse . collections . impl . list . IDENT_0 . METHOD_1 ( org . eclipse . collections . impl . IDENT_1 . IDENT_2 . IDENT_3 ) ) ; org . eclipse . collections . api . list . IDENT_4 . IDENT_5 actual = org . eclips... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { java . util . ArrayList < java . lang . Integer > list = new java . util . ArrayList ( org . eclipse . collections . impl . list . IDENT_0 . METHOD_1 ( org . eclipse . collections . impl . IDENT_1 . IDENT_2 . IDENT_3 ) ) ; org . eclipse . collections . api . list . IDENT_4 . IDENT_5 actual = org . eclips... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { java . util . ArrayList < java . lang . Integer > list = new java . util . ArrayList ( org . eclipse . collections . impl . list . IDENT_0 . METHOD_1 ( org . eclipse . collections . impl . IDENT_1 . IDENT_2 . IDENT_3 ) ) ; org . eclipse . collections . api . list . IDENT_4 . IDENT_5 actual = org . eclips... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { java . util . ArrayList < java . lang . Integer > list = new java . util . ArrayList ( org . eclipse . collections . impl . list . IDENT_0 . METHOD_1 ( org . eclipse . collections . impl . IDENT_1 . IDENT_2 . IDENT_3 ) ) ; org . eclipse . collections . api . list . IDENT_4 . IDENT_5 actual = org . eclips... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { java . util . ArrayList < java . lang . Integer > list = new java . util . ArrayList ( org . eclipse . collections . impl . list . IDENT_0 . METHOD_1 ( org . eclipse . collections . impl . IDENT_1 . IDENT_2 . IDENT_3 ) ) ; org . eclipse . collections . api . list . IDENT_4 . IDENT_5 actual = org . eclips... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { org . apache . IDENT_0 . IDENT_1 . IDENT_2 . IDENT_3 . IDENT_4 header = new org . apache . IDENT_0 . IDENT_1 . IDENT_2 . IDENT_3 . METHOD_1 ( ) ; header . METHOD_2 ( true ) ; header . METHOD_3 ( org . apache . IDENT_0 . IDENT_1 . IDENT_2 . IDENT_5 . valueOf ( ( ( byte ) ( 6 ) ) ) ) ; io . netty . buffer ... | org . junit . Assert . assertTrue ( message . METHOD_13 ( ) ) |
METHOD_0 ( ) { java . util . ArrayList < java . lang . Integer > list = new java . util . ArrayList ( org . eclipse . collections . impl . list . IDENT_0 . METHOD_1 ( org . eclipse . collections . impl . IDENT_1 . IDENT_2 . IDENT_3 ) ) ; org . eclipse . collections . api . list . IDENT_4 . IDENT_5 actual = org . eclips... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { java . util . ArrayList < java . lang . Integer > list = this . METHOD_1 ( ) ; org . eclipse . collections . impl . IDENT_0 . IDENT_1 . METHOD_2 ( list ) ; org . eclipse . collections . impl . IDENT_0 . IDENT_2 . METHOD_0 ( list , ( object , index ) -> "<AssertPlaceHolder>" ) ; } METHOD_0 ( java . util .... | org . junit . Assert . assertEquals ( index , ( object - 1 ) ) |
METHOD_0 ( ) { java . util . ArrayList < java . lang . Integer > list = new java . util . ArrayList ( org . eclipse . collections . impl . list . IDENT_0 . METHOD_1 ( INT_0 ) ) ; org . eclipse . collections . impl . IDENT_1 . IDENT_2 . METHOD_2 ( list ) ; org . eclipse . collections . impl . IDENT_1 . IDENT_3 . METHOD_... | org . junit . Assert . assertEquals ( index , ( object - 1 ) ) |
METHOD_0 ( ) { java . util . ArrayList < java . lang . IDENT_0 > list = new java . util . ArrayList ( org . eclipse . collections . impl . list . IDENT_1 . METHOD_1 ( INT_0 ) ) ; list . add ( FLOAT_0 ) ; org . eclipse . collections . api . list . IDENT_2 < java . lang . Double > results = org . eclipse . collections . ... | org . junit . Assert . assertEquals ( METHOD_3 ( FLOAT_0 ) , results ) |
METHOD_0 ( ) { java . util . ArrayList < java . lang . Integer > list = new java . util . ArrayList ( org . eclipse . collections . impl . list . IDENT_0 . METHOD_1 ( INT_0 ) ) ; java . util . ArrayList < java . lang . Class < ? > > result = org . eclipse . collections . impl . IDENT_1 . IDENT_2 . METHOD_2 ( list , jav... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . list . mutable . IDENT_4 . METHOD_3 ( org . eclipse . collections . impl . IDENT_1 . Integer . class ) , result ) |
METHOD_0 ( ) { org . eclipse . collections . impl . math . IDENT_0 result = new org . eclipse . collections . impl . math . METHOD_1 ( 0 ) ; java . lang . Integer parameter = 2 ; org . eclipse . collections . api . block . function . IDENT_1 < org . eclipse . collections . impl . math . IDENT_0 , java . lang . Integer ... | org . junit . Assert . assertEquals ( 0 , IDENT_4 . getValue ( ) . METHOD_2 ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . list . IDENT_0 < java . lang . Integer > IDENT_1 = org . eclipse . collections . impl . list . mutable . IDENT_2 . METHOD_1 ( 1 , 2 , 3 , 4 , 5 , 6 ) ; org . eclipse . collections . api . list . IDENT_0 < java . lang . Integer > IDENT_3 = org . eclipse . collections . ... | org . junit . Assert . assertEquals ( Lists . IDENT_10 . with ( 2 , 4 , 6 ) , IDENT_1 ) |
METHOD_0 ( ) { org . eclipse . collections . api . list . IDENT_0 < java . lang . Integer > IDENT_1 = org . eclipse . collections . impl . list . mutable . IDENT_2 . METHOD_1 ( 1 , 2 , 3 , 4 , 5 , 6 ) ; org . eclipse . collections . api . list . IDENT_0 < java . lang . Integer > IDENT_3 = org . eclipse . collections . ... | org . junit . Assert . assertEquals ( Lists . IDENT_9 . with ( 1 , 2 , 3 , 4 , 5 , 6 ) , IDENT_1 ) |
METHOD_0 ( ) { org . apache . IDENT_0 . IDENT_1 . IDENT_2 . IDENT_3 . IDENT_4 header = new org . apache . IDENT_0 . IDENT_1 . IDENT_2 . IDENT_3 . METHOD_1 ( ) ; header . METHOD_2 ( true ) ; header . METHOD_3 ( org . apache . IDENT_0 . IDENT_1 . IDENT_2 . IDENT_5 . valueOf ( ( ( byte ) ( 6 ) ) ) ) ; io . netty . buffer ... | org . junit . Assert . assertTrue ( message . METHOD_13 ( ) ) |
METHOD_0 ( ) { this . IDENT_0 . METHOD_1 ( ( METHOD_1 ) -> { java . lang . Integer result = org . eclipse . collections . impl . IDENT_1 . IDENT_2 . METHOD_0 ( METHOD_1 , org . eclipse . collections . impl . block . factory . IDENT_3 . METHOD_2 ( . class ) ) ; "<AssertPlaceHolder>" ; } ) ; } METHOD_3 ( int ) { return n... | org . junit . Assert . assertTrue ( org . eclipse . collections . impl . set . mutable . IDENT_4 . METHOD_3 ( METHOD_1 ) . contains ( result ) ) |
count ( ) { this . IDENT_0 . METHOD_0 ( ( METHOD_0 ) -> { int result = org . eclipse . collections . impl . IDENT_1 . IDENT_2 . count ( METHOD_0 , org . eclipse . collections . impl . block . factory . IDENT_3 . METHOD_1 ( 3 ) ) ; "<AssertPlaceHolder>" ; } ) ; } METHOD_1 ( T extends org . eclipse . collections . impl .... | org . junit . Assert . assertEquals ( 2 , result ) |
METHOD_0 ( ) { this . IDENT_0 . METHOD_1 ( ( METHOD_1 ) -> { int result = org . eclipse . collections . impl . IDENT_1 . IDENT_2 . METHOD_0 ( METHOD_1 , org . eclipse . collections . impl . block . factory . IDENT_3 . METHOD_2 ( ) , 3 ) ; "<AssertPlaceHolder>" ; } ) ; } METHOD_2 ( ) { return ( ( org . eclipse . collect... | org . junit . Assert . assertEquals ( 2 , result ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 < java . lang . Integer > select = org . eclipse . collections . impl . IDENT_1 . IDENT_2 . select ( org . eclipse . collections . impl . list . IDENT_3 . METHOD_1 ( 5 ) , org . eclipse . collections . impl . block . factory . IDENT_4 . METHOD_2 ( 5 ) ) ; int I... | org . junit . Assert . assertEquals ( 10 , IDENT_5 ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 < java . lang . Integer > select = org . eclipse . collections . impl . IDENT_1 . IDENT_2 . METHOD_1 ( org . eclipse . collections . impl . list . IDENT_3 . METHOD_2 ( 5 ) , org . eclipse . collections . impl . block . factory . IDENT_4 . METHOD_3 ( 5 ) ) ; int... | org . junit . Assert . assertEquals ( 5 , IDENT_5 ) |
METHOD_0 ( ) { org . eclipse . collections . api . list . IDENT_0 < java . lang . Integer > IDENT_1 = org . eclipse . collections . impl . list . IDENT_2 . METHOD_1 ( 5 ) . toList ( ) ; org . eclipse . collections . api . list . IDENT_0 < java . lang . Integer > IDENT_3 = Lists . mutable . of ( ) ; org . eclipse . coll... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . IDENT_4 . IDENT_5 . METHOD_3 ( IDENT_1 ) , IDENT_3 ) |
METHOD_0 ( ) { org . eclipse . collections . api . list . IDENT_0 < java . lang . Integer > IDENT_1 = Lists . mutable . of ( ) ; org . eclipse . collections . api . list . IDENT_0 < java . lang . Integer > results = Lists . mutable . of ( ) ; org . eclipse . collections . impl . IDENT_2 . IDENT_3 . METHOD_1 ( IDENT_1 ,... | org . junit . Assert . assertEquals ( IDENT_1 , results ) |
METHOD_0 ( ) { org . eclipse . collections . api . list . IDENT_0 < java . lang . Integer > IDENT_1 = org . eclipse . collections . impl . list . mutable . IDENT_2 . METHOD_1 ( 1 , 2 , 3 , 4 ) ; org . eclipse . collections . impl . IDENT_3 . IDENT_4 . METHOD_0 ( IDENT_1 , org . eclipse . collections . impl . block . fa... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . list . mutable . IDENT_2 . METHOD_1 ( 3 , 4 ) , IDENT_1 ) |
METHOD_0 ( ) { org . mockito . Mockito . when ( manager . METHOD_1 ( ) ) . thenReturn ( server ) ; org . mockito . Mockito . when ( server . METHOD_2 ( ) ) . thenReturn ( IDENT_0 ) ; org . mockito . IDENT_1 < java . lang . IDENT_2 > IDENT_3 = org . mockito . IDENT_1 . METHOD_3 ( org . apache . activemq . artemis . prot... | org . junit . Assert . assertNotNull ( IDENT_3 . getValue ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . map . IDENT_0 < java . lang . String , java . lang . Integer > IDENT_1 = this . METHOD_1 ( ) ; org . eclipse . collections . api . list . IDENT_2 < java . lang . Integer > list = org . eclipse . collections . impl . IDENT_3 . IDENT_4 . METHOD_2 ( IDENT_1 , java . util ... | org . junit . Assert . assertEquals ( expected , list ) |
METHOD_0 ( ) { org . eclipse . collections . api . map . IDENT_0 < java . lang . String , java . lang . String > map = org . eclipse . collections . impl . map . mutable . IDENT_1 . METHOD_1 ( ) ; org . eclipse . collections . api . block . function . IDENT_2 < java . lang . String , java . lang . String > function = (... | org . junit . Assert . assertSame ( IDENT_3 , IDENT_6 ) |
METHOD_0 ( ) { org . eclipse . collections . api . map . IDENT_0 < java . lang . String , java . lang . String > map = org . eclipse . collections . impl . map . mutable . IDENT_1 . METHOD_1 ( "1" , "2" , "2" , "1" , STRING_0 , STRING_0 ) ; org . eclipse . collections . api . map . IDENT_0 < java . lang . String , java... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . map . mutable . IDENT_1 . METHOD_1 ( "2" , "1" ) , IDENT_2 ) |
METHOD_0 ( ) { org . eclipse . collections . api . list . IDENT_0 < java . lang . Integer > result = org . eclipse . collections . impl . IDENT_1 . IDENT_2 . METHOD_0 ( org . eclipse . collections . impl . IDENT_1 . IDENT_3 . METHOD_1 ( ) , org . eclipse . collections . impl . block . factory . IDENT_4 . METHOD_2 ( 2 )... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . list . mutable . IDENT_6 . METHOD_3 ( 1 ) , result ) |
METHOD_0 ( ) { char IDENT_0 = org . eclipse . collections . impl . IDENT_1 . IDENT_2 . METHOD_0 ( STRING_0 , org . eclipse . collections . impl . block . factory . IDENT_3 . IDENT_4 . METHOD_1 ( ) ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( ) { org . eclipse . collections . impl . block . factory . IDENT_3 . IDENT_5 . ass... | org . junit . Assert . assertEquals ( STRING_4 , IDENT_0 ) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.