input stringlengths 35 67.8k | output stringlengths 39 1.53k |
|---|---|
METHOD_0 ( ) { com . gs . collections . impl . set . mutable . IDENT_0 < com . gs . collections . impl . set . mutable . IDENT_1 . IDENT_2 > pool = com . gs . collections . impl . set . mutable . IDENT_0 . METHOD_1 ( ) ; com . gs . collections . impl . set . mutable . IDENT_1 . IDENT_2 IDENT_3 = new com . gs . collecti... | 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 ] = com . gs . collections .... | org . junit . Assert . assertSame ( IDENT_1 , IDENT_0 ) |
METHOD_0 ( ) { com . gs . collections . api . set . IDENT_0 < java . lang . Integer > IDENT_1 = com . gs . collections . impl . set . mutable . IDENT_2 . METHOD_1 ( com . gs . collections . impl . list . IDENT_3 . METHOD_2 ( 3 ) ) ; "<AssertPlaceHolder>" ; } METHOD_3 ( int , int , int ) { return com . gs . collections ... | org . junit . Assert . assertEquals ( com . gs . collections . impl . set . mutable . IDENT_2 . METHOD_3 ( 1 , 2 , 3 ) , IDENT_1 ) |
METHOD_0 ( ) { com . gs . collections . api . set . IDENT_0 < java . lang . String > set = this . METHOD_1 ( ) ; com . gs . collections . api . set . IDENT_0 < java . lang . String > IDENT_1 = set . METHOD_2 ( ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( ) { MOD_0 ( this . METHOD_3 ( ) ) { return com . gs . collections . i... | org . junit . Assert . assertSame ( METHOD_2 , set ) |
METHOD_0 ( ) { super . METHOD_0 ( ) ; com . gs . 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 [ ] array = ... | 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 ( ) { super . METHOD_1 ( ) ; com . gs . collections . api . set . IDENT_0 . IDENT_1 IDENT_2 = this . METHOD_2 ( ( ( byte ) ( 1 ) ) , ( ( byte ) ( INT_0 ) ) , ( ( byte ) ( INT_1 ) ) ) ; com . gs . collections . api . set . IDENT_0 . IDENT_1 IDENT_3 = this . METHOD_2 ( ( ( byte ) ( INT_1 ) ) , ( ( byte ) ( INT_0... | org . junit . Assert . assertEquals ( IDENT_2 . hashCode ( ) , IDENT_3 . hashCode ( ) ) |
METHOD_0 ( ) { org . apache . beam . sdk . io . IDENT_0 . datastore . IDENT_1 . IDENT_2 write = org . apache . beam . sdk . io . IDENT_0 . datastore . IDENT_3 . v1 ( ) . write ( ) . METHOD_1 ( org . apache . beam . sdk . io . IDENT_0 . datastore . IDENT_4 . IDENT_5 ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( ) { return ID... | org . junit . Assert . assertEquals ( org . apache . beam . sdk . io . IDENT_0 . datastore . IDENT_4 . IDENT_5 , write . METHOD_2 ( ) ) |
METHOD_0 ( ) { java . lang . reflect . Field table = com . gs . 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 com . gs . collections . impl . set . mutable . IDENT_0 . METHOD_3 ( ) ) ) |
collect ( ) { super . collect ( ) ; com . gs . collections . api . block . function . IDENT_0 . IDENT_1 < java . lang . IDENT_2 > function = ( parameter ) -> ( ( byte ) ( parameter - 1 ) ) ; com . gs . collections . impl . set . mutable . IDENT_0 . IDENT_3 set = com . gs . collections . impl . set . mutable . IDENT_0 .... | org . junit . Assert . assertEquals ( IDENT_6 , IDENT_5 ) |
METHOD_0 ( ) { com . gs . collections . api . set . IDENT_0 < java . lang . Integer > result = com . gs . collections . impl . set . mutable . IDENT_1 . METHOD_1 ( ) ; com . gs . collections . api . set . IDENT_2 . IDENT_3 < java . lang . Integer > collection = this . METHOD_2 ( ) ; collection . METHOD_0 ( com . gs . c... | org . junit . Assert . assertEquals ( collection , result ) |
METHOD_0 ( ) { com . gs . collections . api . set . IDENT_0 . IDENT_1 < java . lang . Integer > set = this . METHOD_1 ( ) ; for ( java . lang . Integer IDENT_2 : set ) { "<AssertPlaceHolder>" ; } } METHOD_1 ( ) { return IDENT_3 . IDENT_4 . empty ( ) ; } | org . junit . Assert . assertNotNull ( IDENT_2 ) |
METHOD_0 ( ) { com . gs . collections . api . set . IDENT_0 . IDENT_1 < java . lang . Integer > IDENT_2 = this . METHOD_1 ( ) ; com . gs . collections . api . IDENT_3 . IDENT_4 . IDENT_5 < java . lang . Integer , java . lang . Integer > actual = IDENT_2 . METHOD_0 ( com . gs . collections . impl . block . factory . IDE... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { com . gs . collections . api . set . IDENT_0 . IDENT_1 < java . lang . Integer > IDENT_2 = this . METHOD_1 ( java . util . Collections . < java . lang . Integer > METHOD_2 ( ) ) ; com . gs . collections . impl . block . function . IDENT_3 function = new com . gs . collections . impl . block . function . ... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { com . google . datastore . v1 . IDENT_0 key = METHOD_1 ( STRING_0 , STRING_1 ) . build ( ) ; com . google . datastore . v1 . Entity entity = com . google . datastore . v1 . Entity . METHOD_2 ( ) . METHOD_3 ( key ) . build ( ) ; org . apache . beam . sdk . io . IDENT_1 . datastore . IDENT_2 . IDENT_3 IDEN... | org . junit . Assert . assertEquals ( IDENT_4 . apply ( entity ) , IDENT_6 ) |
METHOD_0 ( ) { com . gs . collections . api . set . IDENT_0 . IDENT_1 < java . lang . Integer > IDENT_2 = this . METHOD_1 ( ) ; com . gs . collections . impl . IDENT_3 . set . IDENT_0 . IDENT_4 < java . lang . Integer , java . lang . Integer > actual = IDENT_2 . METHOD_2 ( com . gs . collections . impl . block . factor... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { com . gs . collections . api . set . IDENT_0 . IDENT_1 < java . lang . Integer > IDENT_2 = this . METHOD_1 ( ) ; com . gs . collections . impl . block . function . IDENT_3 function = new com . gs . collections . impl . block . function . METHOD_2 ( ) ; com . gs . collections . impl . IDENT_4 . set . IDEN... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { com . gs . collections . api . set . IDENT_0 . IDENT_1 < java . lang . Integer > set = this . METHOD_1 ( ) ; "<AssertPlaceHolder>" ; } METHOD_0 ( com . gs . 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 ( ) { com . gs . collections . api . set . IDENT_0 . IDENT_1 < java . lang . String > set = this . METHOD_1 ( ) ; com . gs . collections . api . set . IDENT_0 . IDENT_1 < java . lang . String > IDENT_2 = set . METHOD_2 ( ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( ) { MOD_0 ( this . METHOD_3 ( ) ) { return com . ... | org . junit . Assert . assertSame ( METHOD_2 , set ) |
METHOD_0 ( ) { com . google . datastore . v1 . IDENT_0 key = METHOD_1 ( STRING_0 , STRING_1 ) . build ( ) ; com . google . datastore . v1 . Entity entity = com . google . datastore . v1 . Entity . METHOD_2 ( ) . METHOD_3 ( key ) . build ( ) ; org . apache . beam . sdk . io . IDENT_1 . datastore . IDENT_2 . IDENT_3 IDEN... | org . junit . Assert . assertEquals ( IDENT_4 . apply ( entity ) , IDENT_6 ) |
toList ( ) { com . gs . collections . impl . list . mutable . IDENT_0 . IDENT_1 expected = com . gs . 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 ( ) ; com . gs . 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 ( ) { com . gs . collections . api . iterator . IDENT_0 iterator = this . METHOD_1 ( ) . METHOD_0 ( ) ; "<AssertPlaceHolder>" ; } hasNext ( ) { return this . iterator . hasNext ( ) ; } | org . junit . Assert . assertFalse ( iterator . hasNext ( ) ) |
METHOD_0 ( ) { "<AssertPlaceHolder>" ; } METHOD_1 ( ) { com . gs . collections . api . IDENT_0 . IDENT_1 < java . lang . String > IDENT_0 = this . METHOD_2 ( ) ; com . gs . collections . api . IDENT_0 . IDENT_1 < java . lang . String > METHOD_2 = IDENT_0 . METHOD_1 ( "1" ) ; org . junit . Assert . METHOD_3 ( IDENT_0 , ... | org . junit . Assert . assertFalse ( this . METHOD_1 ( ) . METHOD_0 ( ) ) |
toList ( ) { super . toList ( ) ; com . gs . collections . impl . list . mutable . IDENT_0 . IDENT_1 list = new com . gs . 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 ) ) ; } "<AssertPlaceH... | org . junit . Assert . assertEquals ( list , this . METHOD_1 ( ) . toList ( ) ) |
METHOD_0 ( ) { com . gs . collections . impl . string . IDENT_0 . IDENT_1 IDENT_2 = com . gs . collections . impl . string . IDENT_0 . IDENT_1 . METHOD_1 ( com . gs . collections . impl . string . IDENT_0 . IDENT_3 . IDENT_4 ) ; "<AssertPlaceHolder>" ; } toString ( ) { return new java . lang . String ( this . key ) ; } | org . junit . Assert . assertEquals ( com . gs . collections . impl . string . IDENT_0 . IDENT_3 . IDENT_4 , new java . lang . StringBuilder ( METHOD_1 ) . toString ( ) ) |
METHOD_0 ( ) { com . gs . collections . impl . string . IDENT_0 . IDENT_1 IDENT_2 = com . gs . collections . impl . string . IDENT_0 . IDENT_1 . from ( com . gs . collections . impl . string . IDENT_0 . IDENT_3 . IDENT_4 ) ; java . lang . IDENT_5 IDENT_6 = IDENT_2 . METHOD_0 ( 1 , 3 ) ; "<AssertPlaceHolder>" ; } METHOD... | org . junit . Assert . assertEquals ( com . gs . collections . impl . string . IDENT_0 . IDENT_3 . IDENT_4 . METHOD_0 ( 1 , 3 ) , IDENT_6 ) |
METHOD_0 ( ) { java . lang . StringBuilder builder = new java . lang . StringBuilder ( ) ; com . gs . collections . impl . string . IDENT_0 . IDENT_1 . from ( com . gs . collections . impl . string . IDENT_0 . IDENT_2 . IDENT_3 ) . METHOD_1 ( builder :: IDENT_4 ) ; "<AssertPlaceHolder>" ; } toString ( ) { return this .... | org . junit . Assert . assertEquals ( com . gs . collections . impl . string . IDENT_0 . IDENT_2 . IDENT_3 , builder . toString ( ) ) |
METHOD_0 ( ) { com . gs . collections . api . tuple . IDENT_0 < java . lang . String , java . lang . String > IDENT_1 = com . gs . collections . impl . tuple . IDENT_2 . METHOD_1 ( "1" , "2" ) ; Map . Entry < java . lang . String , java . lang . String > entry = METHOD_1 . METHOD_2 ( ) ; com . gs . collections . api . ... | org . junit . Assert . assertEquals ( METHOD_1 , IDENT_3 ) |
get ( ) { "<AssertPlaceHolder>" ; } valueOf ( char ) { return function . valueOf ( IDENT_0 ) ; } | org . junit . Assert . assertEquals ( java . lang . Integer . valueOf ( 1 ) , new java . lang . Integer [ ] { 5 , 4 , 3 , 2 , 1 } [ 4 ] ) |
METHOD_0 ( ) { int IDENT_0 = 0 ; int IDENT_1 = 20 ; long IDENT_2 = IDENT_1 * ( IDENT_3 . IDENT_4 ) ; long IDENT_5 = INT_0 ; com . google . datastore . v1 . IDENT_6 IDENT_7 = IDENT_3 . METHOD_1 ( org . apache . beam . sdk . io . IDENT_8 . datastore . IDENT_9 . METHOD_2 ( org . apache . beam . sdk . io . IDENT_8 . datast... | org . junit . Assert . assertEquals ( IDENT_1 , IDENT_30 . size ( ) ) |
METHOD_0 ( ) { com . gs . collections . api . map . IDENT_0 < java . lang . String , java . lang . String > map = com . gs . collections . impl . map . mutable . IDENT_1 . METHOD_1 ( ) ; com . gs . collections . impl . IDENT_2 . IDENT_3 . METHOD_0 ( new java . lang . String [ ] { "1" , "2" , STRING_0 } , new java . lan... | org . junit . Assert . assertEquals ( com . gs . 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 com . gs . collections . impl . IDENT_1 . Integer [ ] { 1 , 2 , 3 , 4 } ; com . gs . collections . impl . IDENT_1 . IDENT_2 . METHOD_0 ( IDENT_0 , ( i , index ) -> "<AssertPlaceHolder>" ) ; } METHOD_0 ( T [ ] , int , int , com . gs . collections . api . block . IDE... | org . junit . Assert . assertEquals ( index , ( i - 1 ) ) |
METHOD_0 ( ) { java . lang . Integer [ ] IDENT_0 = new com . gs . collections . impl . IDENT_1 . Integer [ ] { 1 , 2 , 3 } ; long expected = com . gs . collections . impl . IDENT_1 . IDENT_2 . METHOD_1 ( 0 , IDENT_0 , IDENT_3 . IDENT_4 ) ; long actual = com . gs . collections . impl . IDENT_1 . IDENT_2 . METHOD_2 ( IDE... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { java . util . ArrayList < java . lang . Integer > IDENT_0 = new java . util . ArrayList ( ) ; com . gs . collections . api . list . IDENT_1 < java . lang . Integer > results = Lists . mutable . of ( ) ; com . gs . collections . impl . IDENT_2 . IDENT_3 . METHOD_1 ( IDENT_0 , results :: add ) ; "<AssertPl... | org . junit . Assert . assertEquals ( IDENT_0 , results ) |
METHOD_0 ( ) { java . util . ArrayList < java . lang . Integer > list = new java . util . ArrayList ( com . gs . collections . impl . list . IDENT_0 . METHOD_1 ( com . gs . collections . impl . IDENT_1 . IDENT_2 . IDENT_3 ) ) ; com . gs . collections . api . list . IDENT_4 . IDENT_5 actual = com . gs . collections . im... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { java . util . ArrayList < java . lang . Integer > list = new java . util . ArrayList ( com . gs . collections . impl . list . IDENT_0 . METHOD_1 ( com . gs . collections . impl . IDENT_1 . IDENT_2 . IDENT_3 ) ) ; com . gs . collections . api . list . IDENT_4 . IDENT_5 actual = com . gs . collections . im... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { com . google . datastore . v1 . Query IDENT_0 = org . apache . beam . sdk . io . IDENT_1 . datastore . IDENT_2 . IDENT_3 . METHOD_1 ( ) . METHOD_2 ( com . google . IDENT_4 . IDENT_5 . METHOD_3 ( ) . setValue ( 1 ) ) . build ( ) ; org . apache . beam . sdk . io . IDENT_1 . datastore . IDENT_6 . IDENT_7 . ... | org . junit . Assert . assertEquals ( 1 , IDENT_17 . size ( ) ) |
METHOD_0 ( ) { java . util . ArrayList < java . lang . Integer > list = new java . util . ArrayList ( com . gs . collections . impl . list . IDENT_0 . METHOD_1 ( com . gs . collections . impl . IDENT_1 . IDENT_2 . IDENT_3 ) ) ; com . gs . collections . api . list . IDENT_4 . IDENT_5 actual = com . gs . collections . im... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { java . util . ArrayList < java . lang . Integer > list = new java . util . ArrayList ( com . gs . collections . impl . list . IDENT_0 . METHOD_1 ( com . gs . collections . impl . IDENT_1 . IDENT_2 . IDENT_3 ) ) ; com . gs . collections . api . list . IDENT_4 . IDENT_5 actual = com . gs . collections . im... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { java . util . ArrayList < java . lang . Integer > list = new java . util . ArrayList ( com . gs . collections . impl . list . IDENT_0 . METHOD_1 ( com . gs . collections . impl . IDENT_1 . IDENT_2 . IDENT_3 ) ) ; com . gs . collections . api . list . IDENT_4 . IDENT_5 actual = com . gs . collections . im... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { java . util . ArrayList < java . lang . Integer > list = new java . util . ArrayList ( com . gs . collections . impl . list . IDENT_0 . METHOD_1 ( com . gs . collections . impl . IDENT_1 . IDENT_2 . IDENT_3 ) ) ; com . gs . collections . api . list . IDENT_4 . IDENT_5 actual = com . gs . collections . im... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { java . util . ArrayList < java . lang . Integer > list = this . METHOD_1 ( ) ; com . gs . collections . impl . IDENT_0 . IDENT_1 . METHOD_2 ( list ) ; com . gs . collections . impl . IDENT_0 . IDENT_2 . METHOD_0 ( list , ( object , index ) -> "<AssertPlaceHolder>" ) ; } METHOD_0 ( java . util . ArrayList... | org . junit . Assert . assertEquals ( index , ( object - 1 ) ) |
METHOD_0 ( ) { java . util . ArrayList < java . lang . Integer > list = new java . util . ArrayList ( com . gs . collections . impl . list . IDENT_0 . METHOD_1 ( INT_0 ) ) ; com . gs . collections . impl . IDENT_1 . IDENT_2 . METHOD_2 ( list ) ; com . gs . collections . impl . IDENT_1 . IDENT_3 . METHOD_3 ( list , ( ob... | org . junit . Assert . assertEquals ( index , ( object - 1 ) ) |
METHOD_0 ( ) { java . util . ArrayList < java . lang . IDENT_0 > list = new java . util . ArrayList ( com . gs . collections . impl . list . IDENT_1 . METHOD_1 ( INT_0 ) ) ; list . add ( FLOAT_0 ) ; com . gs . collections . api . list . IDENT_2 < java . lang . Double > results = com . gs . collections . impl . IDENT_3 ... | org . junit . Assert . assertEquals ( METHOD_3 ( FLOAT_0 ) , results ) |
METHOD_0 ( ) { java . util . ArrayList < java . lang . Integer > list = new java . util . ArrayList ( com . gs . collections . impl . list . IDENT_0 . METHOD_1 ( INT_0 ) ) ; java . util . ArrayList < java . lang . Class < ? > > result = com . gs . collections . impl . IDENT_1 . IDENT_2 . METHOD_2 ( list , java . lang .... | org . junit . Assert . assertEquals ( com . gs . collections . impl . list . mutable . IDENT_4 . METHOD_3 ( com . gs . collections . impl . IDENT_1 . Integer . class ) , result ) |
METHOD_0 ( ) { com . gs . collections . impl . math . IDENT_0 result = new com . gs . collections . impl . math . METHOD_1 ( 0 ) ; java . lang . Integer parameter = 2 ; com . gs . collections . api . block . function . IDENT_1 < com . gs . collections . impl . math . IDENT_0 , java . lang . Integer , java . lang . Inte... | org . junit . Assert . assertEquals ( 0 , IDENT_4 . getValue ( ) . METHOD_2 ( ) ) |
METHOD_0 ( ) { final java . lang . String IDENT_0 = this . IDENT_1 . path ( STRING_0 ) . request ( IDENT_2 . IDENT_3 ) . get ( java . lang . String . class ) ; javax . json . IDENT_4 result = com . IDENT_5 . IDENT_6 . IDENT_7 . IDENT_8 . METHOD_1 ( IDENT_0 ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( java . lang . String )... | org . junit . Assert . assertFalse ( result . isEmpty ( ) ) |
METHOD_0 ( ) { org . apache . beam . sdk . IDENT_0 p = org . apache . beam . sdk . IDENT_0 . create ( options ) ; p . apply ( org . apache . beam . sdk . io . IDENT_1 . from ( 0 ) . to ( IDENT_2 ) ) . apply ( org . apache . beam . sdk . IDENT_3 . IDENT_4 . of ( new org . apache . beam . sdk . io . IDENT_5 . datastore .... | org . junit . Assert . assertEquals ( IDENT_2 , IDENT_9 ) |
METHOD_0 ( ) { com . gs . collections . api . list . IDENT_0 < java . lang . Integer > IDENT_1 = com . gs . collections . impl . list . mutable . IDENT_2 . METHOD_1 ( 1 , 2 , 3 , 4 , 5 , 6 ) ; com . gs . collections . api . list . IDENT_0 < java . lang . Integer > IDENT_3 = com . gs . collections . impl . list . mutabl... | org . junit . Assert . assertEquals ( Lists . IDENT_10 . with ( 2 , 4 , 6 ) , IDENT_1 ) |
METHOD_0 ( ) { com . gs . collections . api . list . IDENT_0 < java . lang . Integer > IDENT_1 = com . gs . collections . impl . list . mutable . IDENT_2 . METHOD_1 ( 1 , 2 , 3 , 4 , 5 , 6 ) ; com . gs . collections . api . list . IDENT_0 < java . lang . Integer > IDENT_3 = com . gs . collections . impl . list . mutabl... | org . junit . Assert . assertEquals ( Lists . IDENT_9 . with ( 1 , 2 , 3 , 4 , 5 , 6 ) , IDENT_1 ) |
METHOD_0 ( ) { com . gs . collections . api . list . IDENT_0 < java . lang . Integer > IDENT_1 = com . gs . collections . impl . list . mutable . IDENT_2 . METHOD_1 ( 1 , 2 , 3 , 4 , 5 , 6 ) ; com . gs . collections . api . list . IDENT_0 < java . lang . Integer > IDENT_3 = com . gs . collections . impl . list . mutabl... | org . junit . Assert . assertEquals ( Lists . IDENT_9 . with ( 1 , 2 , 3 , 4 , 5 , 6 ) , IDENT_1 ) |
METHOD_0 ( ) { this . IDENT_0 . METHOD_1 ( com . gs . collections . impl . block . factory . IDENT_1 . METHOD_2 ( ( IDENT_2 ) -> { java . lang . Integer result = com . gs . collections . impl . IDENT_3 . IDENT_4 . METHOD_0 ( IDENT_2 , com . gs . collections . impl . block . factory . IDENT_5 . METHOD_3 ( . class ) ) ; ... | org . junit . Assert . assertTrue ( com . gs . collections . impl . set . mutable . IDENT_6 . METHOD_4 ( IDENT_2 ) . contains ( result ) ) |
count ( ) { this . IDENT_0 . METHOD_0 ( com . gs . collections . impl . block . factory . IDENT_1 . METHOD_1 ( ( IDENT_2 ) -> { int result = com . gs . collections . impl . IDENT_3 . IDENT_4 . count ( IDENT_2 , com . gs . collections . impl . block . factory . IDENT_5 . METHOD_2 ( 3 ) ) ; "<AssertPlaceHolder>" ; } ) ) ... | org . junit . Assert . assertEquals ( 2 , result ) |
METHOD_0 ( ) { this . IDENT_0 . METHOD_1 ( com . gs . collections . impl . block . factory . IDENT_1 . METHOD_2 ( ( IDENT_2 ) -> { int result = com . gs . collections . impl . IDENT_3 . IDENT_4 . METHOD_0 ( IDENT_2 , com . gs . collections . impl . block . factory . IDENT_5 . METHOD_3 ( ) , 3 ) ; "<AssertPlaceHolder>" ... | org . junit . Assert . assertEquals ( 2 , result ) |
METHOD_0 ( ) { com . gs . collections . api . IDENT_0 < java . lang . Integer > select = com . gs . collections . impl . IDENT_1 . IDENT_2 . select ( com . gs . collections . impl . list . IDENT_3 . METHOD_1 ( 5 ) , com . gs . collections . impl . block . factory . IDENT_4 . METHOD_2 ( 5 ) ) ; int IDENT_5 = select . ME... | org . junit . Assert . assertEquals ( 10 , IDENT_5 ) |
METHOD_0 ( ) { com . gs . collections . api . list . IDENT_0 < java . lang . Integer > IDENT_1 = com . gs . collections . impl . list . IDENT_2 . METHOD_1 ( 5 ) . toList ( ) ; com . gs . collections . api . list . IDENT_0 < java . lang . Integer > IDENT_3 = Lists . mutable . of ( ) ; com . gs . collections . impl . IDE... | org . junit . Assert . assertEquals ( com . gs . collections . impl . IDENT_4 . IDENT_5 . METHOD_3 ( IDENT_1 ) , IDENT_3 ) |
METHOD_0 ( ) { org . apache . beam . sdk . IDENT_0 p = org . apache . beam . sdk . IDENT_0 . create ( options ) ; final int IDENT_1 = INT_0 ; final int IDENT_2 = 100 ; p . apply ( org . apache . beam . sdk . io . IDENT_3 . from ( 0 ) . to ( IDENT_2 ) ) . apply ( org . apache . beam . sdk . IDENT_4 . IDENT_5 . of ( new ... | org . junit . Assert . assertEquals ( IDENT_2 , IDENT_10 ) |
METHOD_0 ( ) { com . gs . collections . api . list . IDENT_0 < java . lang . Integer > IDENT_1 = com . gs . collections . impl . list . mutable . IDENT_2 . METHOD_1 ( 1 , 2 , 3 , 4 ) ; com . gs . collections . impl . IDENT_3 . IDENT_4 . METHOD_0 ( IDENT_1 , com . gs . collections . impl . block . factory . IDENT_5 . < ... | org . junit . Assert . assertEquals ( com . gs . collections . impl . list . mutable . IDENT_2 . METHOD_1 ( 3 , 4 ) , IDENT_1 ) |
METHOD_0 ( ) { com . gs . collections . api . map . IDENT_0 < java . lang . String , java . lang . Integer > IDENT_1 = this . METHOD_1 ( ) ; com . gs . collections . api . list . IDENT_2 < java . lang . Integer > list = com . gs . collections . impl . IDENT_3 . IDENT_4 . METHOD_2 ( IDENT_1 , java . util . Collections .... | org . junit . Assert . assertEquals ( expected , list ) |
METHOD_0 ( ) { com . gs . collections . api . map . IDENT_0 < java . lang . String , java . lang . String > map = com . gs . collections . impl . map . mutable . IDENT_1 . METHOD_1 ( ) ; com . gs . collections . api . block . function . IDENT_2 < java . lang . String , java . lang . String > function = ( object ) -> ST... | org . junit . Assert . assertSame ( IDENT_3 , IDENT_6 ) |
METHOD_0 ( ) { com . gs . collections . api . map . IDENT_0 < java . lang . String , java . lang . String > map = com . gs . collections . impl . map . mutable . IDENT_1 . METHOD_1 ( "1" , "2" , "2" , "1" , STRING_0 , STRING_0 ) ; com . gs . collections . api . map . IDENT_0 < java . lang . String , java . lang . Strin... | org . junit . Assert . assertEquals ( com . gs . collections . impl . map . mutable . IDENT_1 . METHOD_1 ( "1" , "2" ) , IDENT_2 ) |
METHOD_0 ( ) { com . gs . collections . api . map . IDENT_0 < java . lang . String , java . lang . String > map = com . gs . collections . impl . map . mutable . IDENT_1 . METHOD_1 ( "1" , "2" , "2" , "1" , STRING_0 , STRING_0 ) ; com . gs . collections . api . map . IDENT_0 < java . lang . String , java . lang . Strin... | org . junit . Assert . assertEquals ( com . gs . collections . impl . map . mutable . IDENT_1 . METHOD_1 ( "2" , "1" ) , IDENT_2 ) |
METHOD_0 ( ) { com . gs . collections . api . list . IDENT_0 < java . lang . Integer > result = com . gs . collections . impl . IDENT_1 . IDENT_2 . METHOD_0 ( com . gs . collections . impl . IDENT_1 . IDENT_3 . METHOD_1 ( ) , com . gs . collections . impl . block . factory . IDENT_4 . METHOD_2 ( 2 ) ) ; "<AssertPlaceHo... | org . junit . Assert . assertEquals ( com . gs . collections . impl . list . mutable . IDENT_6 . METHOD_3 ( 1 ) , result ) |
METHOD_0 ( ) { char IDENT_0 = com . gs . collections . impl . IDENT_1 . IDENT_2 . METHOD_0 ( STRING_0 , com . gs . collections . impl . block . factory . IDENT_3 . IDENT_4 . METHOD_1 ( ) , "b" . charAt ( 0 ) ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( ) { com . gs . collections . impl . block . factory . IDENT_3 . IDENT_5... | org . junit . Assert . assertEquals ( STRING_5 , IDENT_0 ) |
METHOD_0 ( ) { char IDENT_0 = com . gs . collections . impl . IDENT_1 . IDENT_2 . METHOD_1 ( STRING_0 , com . gs . collections . impl . block . factory . IDENT_3 . IDENT_4 . METHOD_2 ( ) , "b" ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( ) { com . gs . collections . impl . block . factory . IDENT_3 . IDENT_5 . assertTrue (... | org . junit . Assert . assertEquals ( STRING_5 , IDENT_0 ) |
METHOD_0 ( ) { final long time = INT_0 ; long IDENT_0 = org . apache . beam . sdk . io . IDENT_1 . IDENT_2 . IDENT_3 . METHOD_1 ( null , java . lang . String . valueOf ( time ) , null ) ; "<AssertPlaceHolder>" ; } valueOf ( java . lang . String ) { final T IDENT_4 ; if ( ( ( org . apache . beam . runners . spark . IDEN... | org . junit . Assert . assertEquals ( time , IDENT_0 ) |
count ( ) { int count = com . gs . collections . impl . IDENT_0 . IDENT_1 . count ( STRING_0 , com . gs . collections . impl . block . factory . IDENT_2 . IDENT_3 . METHOD_0 ( ) ) ; "<AssertPlaceHolder>" ; } METHOD_0 ( ) { com . gs . collections . impl . block . factory . IDENT_2 . IDENT_4 . assertTrue ( IDENT_5 . muta... | org . junit . Assert . assertEquals ( 3 , count ) |
METHOD_0 ( ) { int count = com . gs . collections . impl . IDENT_0 . IDENT_1 . count ( STRING_0 , IDENT_2 . IDENT_3 ) ; "<AssertPlaceHolder>" ; } count ( java . lang . String , com . gs . collections . impl . block . IDENT_4 . IDENT_5 . IDENT_6 ) { return com . gs . collections . impl . IDENT_0 . IDENT_1 . METHOD_1 ( s... | org . junit . Assert . assertEquals ( 3 , count ) |
METHOD_0 ( ) { int count = com . gs . collections . impl . IDENT_0 . IDENT_1 . METHOD_1 ( STRING_0 , "a" . METHOD_2 ( 0 ) ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( java . lang . String , char ) { return com . gs . collections . impl . IDENT_0 . IDENT_1 . METHOD_3 ( string , value ) ; } | org . junit . Assert . assertEquals ( 2 , count ) |
METHOD_0 ( ) { int count = com . gs . collections . impl . IDENT_0 . IDENT_1 . METHOD_1 ( STRING_0 , "a" ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( java . lang . String , char ) { return com . gs . collections . impl . IDENT_0 . IDENT_1 . METHOD_2 ( string , value ) ; } | org . junit . Assert . assertEquals ( 2 , count ) |
METHOD_0 ( ) { int count = com . gs . collections . impl . IDENT_0 . IDENT_1 . count ( STRING_0 , com . gs . collections . impl . block . factory . IDENT_2 . IDENT_3 . METHOD_1 ( ) ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( ) { org . junit . Assert . assertTrue ( com . gs . collections . impl . block . factory . IDENT_2 ... | org . junit . Assert . assertEquals ( 0 , count ) |
METHOD_0 ( ) { int count = com . gs . collections . impl . IDENT_0 . IDENT_1 . count ( STRING_0 , IDENT_2 . IDENT_3 ) ; "<AssertPlaceHolder>" ; } count ( java . lang . String , com . gs . collections . impl . block . IDENT_4 . IDENT_5 . IDENT_6 ) { return com . gs . collections . impl . IDENT_0 . IDENT_1 . METHOD_1 ( s... | org . junit . Assert . assertEquals ( 0 , count ) |
METHOD_0 ( ) { java . lang . StringBuilder builder = new java . lang . StringBuilder ( ) ; com . gs . collections . impl . IDENT_0 . IDENT_1 . METHOD_0 ( STRING_0 , ( ( com . gs . collections . api . block . IDENT_2 . IDENT_3 . IDENT_4 ) ( builder :: append ) ) ) ; "<AssertPlaceHolder>" ; } toString ( ) { return this .... | org . junit . Assert . assertEquals ( STRING_0 , builder . toString ( ) ) |
METHOD_0 ( ) { java . lang . StringBuilder builder = new java . lang . StringBuilder ( ) ; com . gs . collections . impl . IDENT_0 . IDENT_1 . METHOD_1 ( STRING_0 , ( ( com . gs . collections . impl . block . IDENT_2 . IDENT_3 . IDENT_4 ) ( builder :: IDENT_5 ) ) ) ; "<AssertPlaceHolder>" ; } toString ( ) { return this... | org . junit . Assert . assertEquals ( STRING_0 , builder . toString ( ) ) |
METHOD_0 ( ) { java . lang . IDENT_0 < java . lang . Integer > IDENT_1 = new com . gs . collections . impl . IDENT_2 . internal . IDENT_3 . METHOD_1 ( com . gs . collections . impl . IDENT_2 . IDENT_4 . METHOD_2 ( this . METHOD_3 ( ) ) ) ; com . gs . collections . impl . IDENT_2 . IDENT_4 . METHOD_0 ( IDENT_1 , ( objec... | org . junit . Assert . assertEquals ( index , ( object - 1 ) ) |
METHOD_0 ( ) { long time = INT_0 ; java . util . Map < java . lang . String , java . lang . String > map = org . apache . beam . IDENT_0 . IDENT_1 . IDENT_2 . com . google . common . collect . ImmutableMap . of ( STRING_0 , java . lang . String . valueOf ( time ) ) ; long IDENT_3 = org . apache . beam . sdk . io . IDEN... | org . junit . Assert . assertEquals ( time , IDENT_3 ) |
METHOD_0 ( ) { java . lang . IDENT_0 < java . lang . Integer > IDENT_1 = new com . gs . collections . impl . IDENT_2 . internal . IDENT_3 . METHOD_1 ( this . METHOD_2 ( ) ) ; "<AssertPlaceHolder>" ; } METHOD_0 ( java . lang . IDENT_0 , com . gs . collections . api . block . IDENT_4 . IDENT_5 , T ) { T result = com . gs... | org . junit . Assert . assertNull ( com . gs . collections . impl . IDENT_2 . IDENT_6 . METHOD_0 ( IDENT_1 , java . lang . Integer . valueOf ( 6 ) :: equals , null ) ) |
METHOD_0 ( ) { java . lang . IDENT_0 < java . lang . Integer > IDENT_1 = new com . gs . collections . impl . IDENT_2 . internal . IDENT_3 . METHOD_1 ( this . METHOD_2 ( ) ) ; "<AssertPlaceHolder>" ; } METHOD_0 ( java . lang . IDENT_0 , com . gs . collections . api . block . IDENT_4 . IDENT_5 , IDENT_6 , T ) { T result ... | org . junit . Assert . assertNull ( com . gs . collections . impl . IDENT_2 . IDENT_7 . METHOD_0 ( IDENT_1 , Object :: equals , 6 , null ) ) |
METHOD_0 ( ) { com . gs . collections . api . list . IDENT_0 < java . lang . String > list = com . gs . collections . impl . list . mutable . IDENT_1 . METHOD_1 ( ) ; list . addAll ( com . gs . collections . impl . list . mutable . IDENT_1 . METHOD_2 ( STRING_0 , "a" , "b" , STRING_1 , STRING_2 , STRING_3 , STRING_4 , ... | org . junit . Assert . assertEquals ( com . gs . collections . impl . list . mutable . IDENT_1 . METHOD_2 ( STRING_0 , "b" , STRING_1 , STRING_3 , STRING_4 ) , list ) |
METHOD_0 ( ) { java . lang . IDENT_0 < java . lang . IDENT_1 > IDENT_2 = new com . gs . collections . impl . IDENT_3 . internal . IDENT_4 . METHOD_1 ( com . gs . collections . impl . list . mutable . IDENT_5 . < java . lang . IDENT_1 > METHOD_2 ( 1 , 2.0 , 3 , FLOAT_0 , 5 ) ) ; java . util . Collection < java . lang . ... | org . junit . Assert . assertEquals ( METHOD_3 ( 1 , 3 , 5 ) , result ) |
METHOD_0 ( ) { java . lang . IDENT_0 < java . lang . Integer > IDENT_1 = new com . gs . collections . impl . IDENT_2 . internal . IDENT_3 . METHOD_1 ( com . gs . collections . impl . list . IDENT_4 . METHOD_2 ( INT_0 ) ) ; java . util . Collection < java . lang . Class < ? > > result = com . gs . collections . impl . I... | org . junit . Assert . assertEquals ( METHOD_3 ( com . gs . collections . impl . IDENT_2 . internal . Integer . class ) , result ) |
METHOD_0 ( ) { com . gs . collections . impl . math . IDENT_0 result = new com . gs . collections . impl . math . METHOD_1 ( 0 ) ; java . lang . Integer parameter = 2 ; java . util . List < java . lang . Integer > IDENT_1 = com . gs . collections . impl . list . IDENT_2 . METHOD_2 ( INT_0 ) ; com . gs . collections . a... | org . junit . Assert . assertEquals ( 0 , IDENT_6 . getValue ( ) . METHOD_3 ( ) ) |
METHOD_0 ( ) { com . gs . collections . api . list . IDENT_0 < java . lang . Integer > IDENT_1 = Lists . mutable . of ( ) ; com . gs . collections . impl . IDENT_2 . internal . IDENT_3 . IDENT_4 < java . lang . Integer > IDENT_5 = new com . gs . collections . impl . IDENT_2 . internal . IDENT_3 . METHOD_1 ( com . gs . ... | org . junit . Assert . assertEquals ( com . gs . collections . impl . list . IDENT_6 . METHOD_2 ( 10 ) , IDENT_1 ) |
METHOD_0 ( ) { com . gs . collections . api . list . IDENT_0 < java . lang . Integer > list = this . METHOD_1 ( ) ; com . gs . collections . impl . IDENT_1 . IDENT_2 . METHOD_2 ( list ) ; com . gs . collections . impl . IDENT_1 . internal . IDENT_3 . METHOD_0 ( list , ( object , index ) -> "<AssertPlaceHolder>" ) ; } M... | org . junit . Assert . assertEquals ( index , ( object - 1 ) ) |
METHOD_0 ( ) { java . lang . String IDENT_0 = org . apache . beam . sdk . io . IDENT_1 . IDENT_2 . IDENT_3 . IDENT_4 . getPath ( ) ; com . google . api . services . IDENT_2 . model . IDENT_5 IDENT_6 = new com . google . api . services . IDENT_2 . model . METHOD_1 ( ) . METHOD_2 ( org . apache . beam . sdk . io . IDENT_... | org . junit . Assert . assertEquals ( 1 , n ) |
METHOD_0 ( ) { org . eclipse . collections . api . list . ImmutableList < com . gs . IDENT_0 . api . IDENT_1 . IDENT_2 > IDENT_3 = this . IDENT_4 . valueOf ( this . doc ( null , STRING_0 , null ) ) ; "<AssertPlaceHolder>" ; } doc ( java . lang . String , java . lang . String , org . eclipse . collections . api . map . ... | org . junit . Assert . assertTrue ( IDENT_3 . isEmpty ( ) ) |
METHOD_0 ( ) { java . util . Set < java . lang . String > IDENT_0 = new java . util . HashSet < java . lang . String > ( ) ; java . util . Set < java . lang . String > IDENT_1 = new java . util . HashSet < java . lang . String > ( ) ; IDENT_0 . add ( STRING_0 ) ; IDENT_0 . add ( STRING_1 ) ; com . gs . IDENT_2 . db . a... | org . junit . Assert . assertEquals ( 3 , result ) |
METHOD_0 ( ) { IDENT_0 . valueOf ( 1 ) . METHOD_1 ( ) . METHOD_2 ( ) . METHOD_3 ( ) ; com . gs . IDENT_1 . db . api . platform . IDENT_2 IDENT_3 = IDENT_0 . valueOf ( 2 ) ; IDENT_3 . METHOD_2 ( ) . METHOD_1 ( ) . METHOD_3 ( ) ; com . gs . IDENT_1 . db . impl . core . jdbc . IDENT_4 jdbc = new com . gs . IDENT_1 . db . ... | org . junit . Assert . assertEquals ( 3 , results . size ( ) ) |
METHOD_0 ( ) { IDENT_0 . valueOf ( 1 ) . METHOD_1 ( ) . METHOD_2 ( ) . METHOD_3 ( ) ; com . gs . IDENT_1 . db . api . platform . IDENT_2 IDENT_3 = IDENT_0 . valueOf ( 2 ) ; IDENT_3 . METHOD_1 ( ) . METHOD_3 ( ) ; com . gs . IDENT_1 . db . impl . core . jdbc . IDENT_4 jdbc = new com . gs . IDENT_1 . db . impl . core . j... | org . junit . Assert . assertEquals ( 3 , results . size ( ) ) |
METHOD_0 ( ) { IDENT_0 . valueOf ( 1 ) . METHOD_1 ( ) . METHOD_1 ( ) . METHOD_2 ( ) . METHOD_3 ( ) ; com . gs . IDENT_1 . db . api . platform . IDENT_2 IDENT_3 = IDENT_0 . valueOf ( 2 ) ; IDENT_3 . METHOD_1 ( ) . METHOD_3 ( ) ; com . gs . IDENT_1 . db . impl . core . jdbc . IDENT_4 jdbc = new com . gs . IDENT_1 . db . ... | org . junit . Assert . assertEquals ( 3 , results . size ( ) ) |
METHOD_0 ( ) { this . jdbc . execute ( conn , ( ( ( ( ( ( ( ( ( ( ( STRING_0 1 + ( com . gs . IDENT_0 . db . impl . core . IDENT_1 . IDENT_2 . schema ) ) + STRING_1 ) + ( com . gs . IDENT_0 . db . impl . core . IDENT_1 . IDENT_2 . table ) ) + STRING_2 5 ) + STRING_3 ) + STRING_0 7 ) + STRING_0 2 ) + STRING_2 3 ) + STRI... | org . junit . Assert . assertEquals ( 6 , results . size ( ) ) |
METHOD_0 ( ) { this . IDENT_0 . add ( com . gs . IDENT_1 . util . IDENT_2 . METHOD_1 ( STRING_0 , STRING_1 , null , null , null ) ) ; this . IDENT_0 . add ( com . gs . IDENT_1 . util . IDENT_2 . METHOD_1 ( STRING_2 , STRING_2 , null , null , null ) ) ; this . IDENT_3 . METHOD_2 ( this . IDENT_4 , this . IDENT_0 ) ; "<A... | org . junit . Assert . assertEquals ( 2 , this . METHOD_3 ( ) ) |
METHOD_0 ( ) { com . gs . IDENT_0 . input . IDENT_1 IDENT_2 = mock ( com . gs . IDENT_0 . input . IDENT_1 . class ) ; com . gs . IDENT_0 . input . IDENT_3 IDENT_4 = new com . gs . IDENT_0 . input . IDENT_5 . METHOD_1 ( IDENT_2 ) ; when ( IDENT_2 . getName ( ) ) . thenReturn ( STRING_0 ) ; "<AssertPlaceHolder>" ; verify... | org . junit . Assert . assertEquals ( STRING_0 , IDENT_4 . getName ( ) ) |
METHOD_0 ( ) { java . lang . String IDENT_0 = org . apache . beam . sdk . io . IDENT_1 . IDENT_2 . IDENT_3 . IDENT_4 . getPath ( ) ; com . google . api . services . IDENT_2 . model . IDENT_5 IDENT_6 = new com . google . api . services . IDENT_2 . model . METHOD_1 ( ) . METHOD_2 ( org . apache . beam . sdk . io . IDENT_... | org . junit . Assert . assertEquals ( 1 , n ) |
METHOD_0 ( ) { "<AssertPlaceHolder>" ; try { this . IDENT_0 . METHOD_1 ( false ) ; org . junit . Assert . fail ( ) ; } catch ( java . lang . IDENT_1 ex ) { } } METHOD_2 ( ) { return true ; } | org . junit . Assert . assertTrue ( this . IDENT_0 . METHOD_2 ( ) ) |
METHOD_0 ( ) { com . gs . IDENT_0 . input . IDENT_1 IDENT_2 = com . gs . IDENT_0 . util . IDENT_3 . METHOD_1 ( STRING_0 , new java . io . METHOD_2 ( STRING_1 ) , IDENT_4 . IDENT_5 , STRING_2 ) ; com . gs . IDENT_0 . input . IDENT_1 IDENT_6 = com . gs . IDENT_0 . util . IDENT_3 . METHOD_1 ( STRING_3 , new java . io . ME... | org . junit . Assert . assertNotNull ( IDENT_8 ) |
test ( ) { com . gs . IDENT_0 . api . platform . IDENT_1 IDENT_2 = mock ( com . gs . IDENT_0 . api . platform . IDENT_1 . class ) ; when ( IDENT_2 . getName ( ) ) . thenReturn ( STRING_0 ) ; com . gs . IDENT_0 . api . platform . IDENT_3 platform = mock ( com . gs . IDENT_0 . api . platform . IDENT_3 . class ) ; when ( ... | org . junit . Assert . assertEquals ( 1 , IDENT_10 . METHOD_9 ( ) . size ( ) ) |
test ( ) { com . gs . IDENT_0 . api . platform . IDENT_1 IDENT_2 = mock ( com . gs . IDENT_0 . api . platform . IDENT_1 . class ) ; when ( IDENT_2 . getName ( ) ) . thenReturn ( STRING_0 ) ; com . gs . IDENT_0 . mongodb . impl . IDENT_3 platform = mock ( com . gs . IDENT_0 . mongodb . impl . IDENT_3 . class ) ; when ( ... | org . junit . Assert . assertEquals ( 1 , IDENT_17 . size ( ) ) |
METHOD_0 ( ) { "<AssertPlaceHolder>" ; } METHOD_1 ( ) { org . junit . Assert . fail ( STRING_0 ) ; return 0 ; } | org . junit . Assert . assertEquals ( 16 , this . METHOD_1 ( ) ) |
METHOD_0 ( ) { int IDENT_0 = IDENT_1 . domain . IDENT_2 . METHOD_1 ( IDENT_1 . domain . IDENT_2 . METHOD_2 ( ) ) . size ( ) ; METHOD_3 ( 1 ) ; int IDENT_3 = IDENT_1 . domain . IDENT_2 . METHOD_1 ( IDENT_1 . domain . IDENT_2 . METHOD_2 ( ) ) . size ( ) ; "<AssertPlaceHolder>" ; } METHOD_3 ( int ) { org . junit . Assert ... | org . junit . Assert . assertEquals ( ( - 1 ) , ( IDENT_3 - IDENT_0 ) ) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.