input stringlengths 35 67.8k | output stringlengths 39 1.53k |
|---|---|
METHOD_0 ( ) { java . lang . String source = STRING_0 ; org . apache . commons . math4 . geometry . IDENT_0 . IDENT_1 . IDENT_2 expected = new org . apache . commons . math4 . geometry . IDENT_0 . IDENT_1 . METHOD_1 ( 1 ) ; org . apache . commons . math4 . geometry . IDENT_0 . IDENT_1 . IDENT_2 actual = IDENT_3 . parse... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { final org . kie . workbench . common . IDENT_0 . client . property . IDENT_0 . IDENT_1 IDENT_2 = provider . METHOD_1 ( ) ; final org . kie . workbench . common . IDENT_0 . client . property . IDENT_0 . IDENT_1 IDENT_3 = provider . METHOD_1 ( ) ; "<AssertPlaceHolder>" ; } equals ( java . lang . Object ) {... | org . junit . Assert . assertFalse ( IDENT_2 . equals ( IDENT_3 ) ) |
METHOD_0 ( ) { final com . IDENT_0 . IDENT_1 . client . core . IDENT_2 . IDENT_3 IDENT_4 = mock ( com . IDENT_0 . IDENT_1 . client . core . IDENT_2 . IDENT_3 . class ) ; final com . IDENT_0 . IDENT_1 . client . core . types . IDENT_5 IDENT_6 = new com . IDENT_0 . IDENT_1 . client . core . types . METHOD_1 ( 0.0 , 0.0 )... | org . junit . Assert . assertTrue ( IDENT_7 ) |
METHOD_0 ( ) { final com . IDENT_0 . IDENT_1 . client . core . IDENT_2 . IDENT_3 IDENT_4 = mock ( com . IDENT_0 . IDENT_1 . client . core . IDENT_2 . IDENT_3 . class ) ; final com . IDENT_0 . IDENT_1 . client . core . types . IDENT_5 IDENT_6 = new com . IDENT_0 . IDENT_1 . client . core . types . METHOD_1 ( ) ; when ( ... | org . junit . Assert . assertFalse ( IDENT_7 ) |
METHOD_0 ( ) { doReturn ( IDENT_0 ) . when ( grid ) . METHOD_1 ( ) ; doReturn ( IDENT_1 ) . when ( IDENT_0 ) . METHOD_2 ( ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return parent ; } | org . junit . Assert . assertEquals ( IDENT_1 , grid . METHOD_2 ( ) ) |
METHOD_0 ( ) { doReturn ( IDENT_0 ) . when ( grid ) . METHOD_1 ( ) ; doReturn ( IDENT_1 ) . when ( IDENT_0 ) . METHOD_2 ( ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( ) { return IDENT_1 ; } | org . junit . Assert . assertEquals ( IDENT_1 , grid . METHOD_2 ( ) ) |
METHOD_0 ( ) { "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return IDENT_0 ; } | org . junit . Assert . assertEquals ( IDENT_0 , grid . METHOD_1 ( ) ) |
METHOD_0 ( ) { IDENT_0 = java . util . Optional . empty ( ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return super . METHOD_1 ( ) ; } | org . junit . Assert . assertEquals ( "" , header . METHOD_1 ( ) ) |
METHOD_0 ( ) { final org . kie . workbench . common . IDENT_0 . api . IDENT_1 . IDENT_2 IDENT_3 = new org . kie . workbench . common . IDENT_0 . client . widgets . grid . IDENT_4 . IDENT_5 . METHOD_1 ( "name" ) ; IDENT_6 = java . util . Optional . of ( IDENT_3 ) ; header . METHOD_2 ( STRING_0 ) ; "<AssertPlaceHolder>" ... | org . junit . Assert . assertEquals ( STRING_0 , IDENT_3 . getName ( ) . getValue ( ) ) |
METHOD_0 ( ) { java . lang . String source = ( STRING_0 + ( METHOD_1 ( ) ) ) + STRING_1 ; org . apache . commons . math4 . geometry . IDENT_0 . IDENT_1 . IDENT_2 expected = new org . apache . commons . math4 . geometry . IDENT_0 . IDENT_1 . METHOD_2 ( FLOAT_0 ) ; org . apache . commons . math4 . geometry . IDENT_0 . ID... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { final org . kie . workbench . common . IDENT_0 . api . IDENT_1 . IDENT_2 IDENT_3 = new org . kie . workbench . common . IDENT_0 . client . widgets . grid . IDENT_4 . IDENT_5 . METHOD_1 ( "name" ) ; IDENT_6 = java . util . Optional . empty ( ) ; header . METHOD_2 ( STRING_0 ) ; "<AssertPlaceHolder>" ; } g... | org . junit . Assert . assertEquals ( "name" , IDENT_3 . getName ( ) . getValue ( ) ) |
METHOD_0 ( ) { final IDENT_0 factory = METHOD_1 ( ) ; factory . METHOD_2 ( context , IDENT_1 , IDENT_2 ) ; verify ( IDENT_3 ) . batch ( IDENT_4 . METHOD_3 ( ) ) ; final org . IDENT_5 . ext . IDENT_6 . core . IDENT_7 . client . IDENT_8 . IDENT_9 . impl . IDENT_10 . IDENT_11 command = IDENT_4 . getValue ( ) ; command . e... | org . junit . Assert . assertEquals ( IDENT_14 , IDENT_19 ) |
METHOD_0 ( ) { control . METHOD_1 ( session ) ; METHOD_2 ( IDENT_0 ) ; control . METHOD_3 ( ) ; verify ( IDENT_0 ) . METHOD_4 ( IDENT_1 . METHOD_5 ( ) ) ; final java . util . Optional < java . util . function . IDENT_2 < org . kie . workbench . common . IDENT_3 . client . widgets . IDENT_4 . IDENT_5 > > IDENT_6 = IDENT... | org . junit . Assert . assertFalse ( IDENT_6 . METHOD_6 ( ) ) |
METHOD_0 ( ) { control . METHOD_1 ( ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( ) { return ( ( org . kie . workbench . common . IDENT_0 . client . widgets . IDENT_1 . IDENT_2 ) ( METHOD_3 ( ) . METHOD_4 ( org . kie . workbench . common . IDENT_0 . client . widgets . IDENT_1 . IDENT_2 . class ) ) ) . METHOD_2 ( ) ; } | org . junit . Assert . assertNull ( control . METHOD_2 ( ) ) |
METHOD_0 ( ) { control . METHOD_1 ( session ) ; control . METHOD_2 ( ) ; "<AssertPlaceHolder>" ; verify ( IDENT_0 ) . METHOD_3 ( IDENT_1 . METHOD_4 ( ) ) ; final org . kie . workbench . common . IDENT_2 . core . client . IDENT_3 . listener . IDENT_4 IDENT_5 = IDENT_1 . getValue ( ) ; IDENT_5 . update ( element ) ; veri... | org . junit . Assert . assertEquals ( IDENT_6 , control . METHOD_7 ( ) ) |
METHOD_0 ( ) { control . METHOD_1 ( session ) ; control . METHOD_2 ( ) ; verify ( IDENT_0 ) . METHOD_3 ( IDENT_1 . METHOD_4 ( ) ) ; verify ( IDENT_0 ) . METHOD_5 ( IDENT_2 . METHOD_4 ( ) ) ; final org . kie . workbench . common . IDENT_3 . core . client . IDENT_4 . listener . IDENT_5 IDENT_6 = IDENT_1 . getValue ( ) ; ... | org . junit . Assert . assertNull ( control . METHOD_9 ( ) ) |
METHOD_0 ( ) { control . METHOD_1 ( session ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( ) { return ( ( org . kie . workbench . common . IDENT_0 . client . widgets . IDENT_1 . IDENT_2 ) ( METHOD_3 ( ) . METHOD_4 ( org . kie . workbench . common . IDENT_0 . client . widgets . IDENT_1 . IDENT_2 . class ) ) ) . METHOD_2 ( ) ;... | org . junit . Assert . assertNotNull ( control . METHOD_2 ( ) ) |
METHOD_0 ( ) { control . METHOD_1 ( session ) ; control . METHOD_2 ( ) ; "<AssertPlaceHolder>" ; } METHOD_3 ( ) { return ( ( org . kie . workbench . common . IDENT_0 . client . widgets . IDENT_1 . IDENT_2 ) ( METHOD_4 ( ) . METHOD_5 ( org . kie . workbench . common . IDENT_0 . client . widgets . IDENT_1 . IDENT_2 . cla... | org . junit . Assert . assertNull ( control . METHOD_3 ( ) ) |
METHOD_0 ( ) { "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return IDENT_0 . getValue ( IDENT_1 . IDENT_2 ) ; } | org . junit . Assert . assertEquals ( IDENT_1 . IDENT_2 , builder . METHOD_1 ( ) ) |
METHOD_0 ( ) { "<AssertPlaceHolder>" ; } METHOD_1 ( org . kie . workbench . common . IDENT_0 . core . client . session . IDENT_1 ) { return session instanceof org . kie . workbench . common . IDENT_0 . core . client . session . impl . IDENT_2 ; } | org . junit . Assert . assertFalse ( command . METHOD_1 ( session ) ) |
METHOD_0 ( ) { when ( IDENT_0 . METHOD_1 ( ) ) . thenReturn ( org . kie . workbench . common . IDENT_1 . IDENT_2 . client . IDENT_3 . IDENT_4 . Double . class . getName ( ) ) ; org . jboss . IDENT_5 . IDENT_6 . client . api . IDENT_7 converter = IDENT_8 . METHOD_2 ( ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( ) { return n... | org . junit . Assert . assertNull ( converter ) |
METHOD_0 ( ) { verify ( view ) . init ( input ) ; verify ( component ) . METHOD_1 ( any ( ) ) ; input . METHOD_2 ( ) ; verify ( view ) . METHOD_2 ( ) ; input . init ( java . lang . String . class . getName ( ) ) ; verify ( component ) . init ( java . lang . String . class . getName ( ) ) ; "<AssertPlaceHolder>" ; input... | org . junit . Assert . assertEquals ( component , input . METHOD_7 ( ) ) |
METHOD_0 ( ) { METHOD_1 ( ) ; java . lang . String value = STRING_0 ; component . METHOD_2 ( 0 , value ) ; "<AssertPlaceHolder>" ; verify ( component , times ( 2 ) ) . METHOD_3 ( IDENT_0 . IDENT_1 . IDENT_2 ) ; verify ( IDENT_3 , times ( 4 ) ) . execute ( ) ; } METHOD_4 ( ) { return IDENT_4 ; } | org . junit . Assert . assertEquals ( value , component . METHOD_4 ( ) . get ( 0 ) . getValue ( ) ) |
METHOD_0 ( ) { java . util . Date date = new java . util . Date ( ) ; IDENT_0 . METHOD_1 ( date ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( ) { return date ; } | org . junit . Assert . assertEquals ( date , IDENT_0 . METHOD_2 ( ) ) |
METHOD_0 ( ) { java . util . Date date = new java . util . Date ( ) ; IDENT_0 . METHOD_1 ( date ) ; verify ( IDENT_0 ) . METHOD_2 ( date ) ; "<AssertPlaceHolder>" ; verify ( IDENT_1 ) . execute ( ) ; IDENT_0 . METHOD_3 ( ) ; verify ( IDENT_2 ) . execute ( ) ; } METHOD_4 ( ) { return date ; } | org . junit . Assert . assertEquals ( date , IDENT_0 . METHOD_4 ( ) ) |
METHOD_0 ( ) { java . lang . String IDENT_0 = METHOD_1 ( ) ; IDENT_1 IDENT_2 = METHOD_2 ( ) ; "<AssertPlaceHolder>" ; } METHOD_3 ( java . lang . String ) { return java . lang . IDENT_3 . valueOf ( IDENT_4 ) ; } | org . junit . Assert . assertEquals ( IDENT_2 , generator . METHOD_3 ( IDENT_0 ) ) |
METHOD_0 ( ) { when ( field . METHOD_1 ( ) ) . thenReturn ( false ) ; renderer . METHOD_2 ( options , null ) ; org . kie . workbench . common . IDENT_0 . IDENT_1 . client . IDENT_2 . IDENT_3 . IDENT_4 . IDENT_5 . IDENT_6 . verify ( field ) . METHOD_1 ( ) ; verify ( IDENT_7 , org . kie . workbench . common . IDENT_0 . I... | org . junit . Assert . assertFalse ( options . METHOD_7 ( null ) ) |
METHOD_0 ( ) { java . lang . String source = ( STRING_0 + ( METHOD_1 ( ) ) ) + STRING_1 ; org . apache . commons . math4 . geometry . IDENT_0 . IDENT_1 . IDENT_2 expected = new org . apache . commons . math4 . geometry . IDENT_0 . IDENT_1 . METHOD_2 ( ( - FLOAT_0 ) ) ; org . apache . commons . math4 . geometry . IDENT_... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { when ( field . METHOD_1 ( ) ) . thenReturn ( true ) ; renderer . METHOD_2 ( options , null ) ; org . kie . workbench . common . IDENT_0 . IDENT_1 . client . IDENT_2 . IDENT_3 . IDENT_4 . IDENT_5 . IDENT_6 . verify ( field ) . METHOD_1 ( ) ; verify ( IDENT_7 ) . METHOD_3 ( IDENT_8 . IDENT_9 ) ; "<AssertPl... | org . junit . Assert . assertTrue ( options . METHOD_6 ( null ) ) |
METHOD_0 ( ) { java . lang . Object value = converter . METHOD_1 ( null ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( java . lang . Integer ) { return IDENT_0 != null ? IDENT_0 . METHOD_2 ( ) : null ; } | org . junit . Assert . assertNull ( value ) |
METHOD_0 ( ) { java . lang . Object value = converter . METHOD_1 ( null ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( java . lang . Double ) { return IDENT_0 != null ? IDENT_0 . METHOD_2 ( ) : null ; } | org . junit . Assert . assertNull ( value ) |
METHOD_0 ( ) { java . lang . Class IDENT_0 = converter . METHOD_1 ( ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return org . kie . workbench . common . IDENT_1 . common . IDENT_2 . client . widgets . IDENT_3 . IDENT_4 . Integer . class ; } | org . junit . Assert . assertEquals ( org . kie . workbench . common . IDENT_1 . common . IDENT_2 . client . widgets . IDENT_3 . IDENT_4 . Integer . class , IDENT_0 ) |
METHOD_0 ( ) { java . lang . Class IDENT_0 = converter . METHOD_1 ( ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return org . kie . workbench . common . IDENT_1 . common . IDENT_2 . client . widgets . IDENT_3 . IDENT_4 . Double . class ; } | org . junit . Assert . assertEquals ( org . kie . workbench . common . IDENT_1 . common . IDENT_2 . client . widgets . IDENT_3 . IDENT_4 . Double . class , IDENT_0 ) |
METHOD_0 ( ) { IDENT_0 . put ( org . kie . workbench . common . IDENT_1 . IDENT_2 . engine . shared . IDENT_3 . IDENT_4 . fields . IDENT_5 . IDENT_6 . IDENT_7 . IDENT_8 , STRING_0 ) ; IDENT_9 . METHOD_1 ( field , IDENT_10 , context ) ; verify ( field ) . METHOD_2 ( true ) ; "<AssertPlaceHolder>" ; } METHOD_3 ( ) { retu... | org . junit . Assert . assertTrue ( field . METHOD_3 ( ) ) |
METHOD_0 ( ) { IDENT_0 . put ( org . kie . workbench . common . IDENT_1 . IDENT_2 . engine . shared . IDENT_3 . IDENT_4 . fields . IDENT_5 . IDENT_6 . IDENT_7 . IDENT_8 , STRING_0 ) ; IDENT_9 . METHOD_1 ( field , IDENT_10 , context ) ; verify ( field ) . METHOD_2 ( false ) ; "<AssertPlaceHolder>" ; } METHOD_3 ( ) { ret... | org . junit . Assert . assertFalse ( field . METHOD_3 ( ) ) |
METHOD_0 ( ) { IDENT_0 . METHOD_1 ( field , IDENT_1 , context ) ; verify ( field , METHOD_2 ( ) ) . METHOD_3 ( METHOD_4 ( ) ) ; "<AssertPlaceHolder>" ; } METHOD_5 ( ) { return IDENT_2 ; } | org . junit . Assert . assertTrue ( field . METHOD_5 ( ) ) |
METHOD_0 ( ) { IDENT_0 . put ( org . kie . workbench . common . IDENT_1 . IDENT_2 . engine . shared . IDENT_3 . IDENT_4 . fields . IDENT_5 . IDENT_6 . IDENT_7 . IDENT_8 , "" ) ; IDENT_9 . METHOD_1 ( field , IDENT_10 , context ) ; verify ( field ) . METHOD_2 ( false ) ; "<AssertPlaceHolder>" ; } METHOD_3 ( ) { return ID... | org . junit . Assert . assertFalse ( field . METHOD_3 ( ) ) |
METHOD_0 ( ) { IDENT_0 IDENT_1 = METHOD_1 ( ) ; IDENT_1 . METHOD_2 ( org . kie . workbench . common . IDENT_2 . fields . shared . IDENT_3 . IDENT_4 . IDENT_5 ) ; "<AssertPlaceHolder>" ; } METHOD_3 ( ) { if ( ( binding ) == null ) { binding = new java . util . ArrayList ( ) ; } return this . binding ; } | org . junit . Assert . assertEquals ( org . kie . workbench . common . IDENT_2 . fields . shared . IDENT_3 . IDENT_4 . IDENT_5 , IDENT_1 . METHOD_3 ( ) ) |
METHOD_0 ( ) { IDENT_0 IDENT_1 = METHOD_1 ( ) ; IDENT_1 . setName ( org . kie . workbench . common . IDENT_2 . fields . shared . IDENT_3 . IDENT_4 . IDENT_5 ) ; "<AssertPlaceHolder>" ; } getName ( ) { return org . kie . workbench . common . IDENT_6 . backend . IDENT_7 . types . query . IDENT_8 . IDENT_5 ; } | org . junit . Assert . assertEquals ( org . kie . workbench . common . IDENT_2 . fields . shared . IDENT_3 . IDENT_4 . IDENT_5 , IDENT_1 . getName ( ) ) |
METHOD_0 ( ) { org . kie . workbench . common . IDENT_0 . fields . shared . IDENT_1 . IDENT_2 . IDENT_3 . IDENT_4 IDENT_5 = new org . kie . workbench . common . IDENT_0 . fields . shared . IDENT_1 . IDENT_2 . IDENT_3 . METHOD_1 ( ) ; IDENT_5 . setValue ( IDENT_6 ) ; "<AssertPlaceHolder>" ; } getValue ( ) { return IDENT... | org . junit . Assert . assertSame ( IDENT_6 , IDENT_5 . getValue ( ) ) |
METHOD_0 ( ) { org . kie . workbench . common . IDENT_0 . fields . shared . IDENT_1 . IDENT_2 . IDENT_3 . IDENT_4 IDENT_5 = new org . kie . workbench . common . IDENT_0 . fields . shared . IDENT_1 . IDENT_2 . IDENT_3 . METHOD_1 ( ) ; IDENT_5 . METHOD_2 ( org . kie . workbench . common . IDENT_0 . fields . shared . IDEN... | org . junit . Assert . assertSame ( org . kie . workbench . common . IDENT_0 . fields . shared . IDENT_1 . IDENT_2 . IDENT_3 . IDENT_6 , IDENT_5 . getText ( ) ) |
METHOD_0 ( ) { "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return 3 ; } | org . junit . Assert . assertEquals ( 7 , provider . METHOD_1 ( ) ) |
METHOD_0 ( ) { when ( IDENT_0 . getType ( ) ) . thenReturn ( IDENT_1 . IDENT_2 ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( org . kie . workbench . common . IDENT_3 . model . IDENT_4 ) { return ( super . METHOD_1 ( IDENT_0 ) ) || ( IDENT_0 . getType ( ) . equals ( IDENT_1 . IDENT_2 ) ) ; } | org . junit . Assert . assertTrue ( provider . METHOD_1 ( IDENT_0 ) ) |
METHOD_0 ( ) { METHOD_0 ( byte . class , org . kie . workbench . common . IDENT_0 . fields . shared . IDENT_1 . IDENT_2 . IDENT_3 . IDENT_4 . IDENT_5 . IDENT_6 . class ) ; METHOD_0 ( org . kie . workbench . common . IDENT_0 . fields . shared . IDENT_1 . IDENT_2 . IDENT_3 . IDENT_4 . provider . IDENT_7 . class , org . k... | org . junit . Assert . assertNull ( provider . METHOD_2 ( IDENT_14 ) ) |
METHOD_0 ( ) { "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return 3 ; } | org . junit . Assert . assertEquals ( 8 , provider . METHOD_1 ( ) ) |
METHOD_0 ( ) { when ( IDENT_0 . serialize ( any ( ) ) ) . METHOD_1 ( this :: IDENT_1 ) ; org . kie . workbench . common . IDENT_2 . model . IDENT_3 IDENT_4 = mock ( org . kie . workbench . common . IDENT_2 . model . IDENT_3 . class ) ; org . IDENT_5 . backend . IDENT_6 . Path IDENT_7 = IDENT_8 . METHOD_2 ( path , org .... | org . junit . Assert . assertNotNull ( IDENT_7 ) |
METHOD_0 ( ) { org . kie . workbench . common . IDENT_0 . IDENT_1 . model . IDENT_2 IDENT_3 = IDENT_4 . METHOD_1 ( ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return cache ; } | org . junit . Assert . assertEquals ( IDENT_3 , content ) |
METHOD_0 ( ) { org . kie . workbench . common . IDENT_0 . model . IDENT_1 IDENT_2 = IDENT_3 . METHOD_1 ( ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( ) { return IDENT_4 ; } | org . junit . Assert . assertEquals ( IDENT_2 , content . METHOD_2 ( ) ) |
METHOD_0 ( ) { org . kie . workbench . common . IDENT_0 . IDENT_1 . service . shared . IDENT_2 IDENT_3 = IDENT_4 . METHOD_1 ( ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return IDENT_3 ; } | org . junit . Assert . assertEquals ( IDENT_3 , content . METHOD_1 ( ) ) |
METHOD_0 ( ) { when ( IDENT_0 . METHOD_1 ( anyString ( ) ) ) . thenReturn ( IDENT_1 ) ; content . METHOD_2 ( IDENT_0 ) ; org . kie . workbench . common . IDENT_2 . model . IDENT_3 IDENT_4 = IDENT_5 . METHOD_3 ( IDENT_1 . getId ( ) ) ; "<AssertPlaceHolder>" ; } getId ( ) { return id ; } | org . junit . Assert . assertEquals ( IDENT_4 , IDENT_1 ) |
METHOD_0 ( ) { java . util . Collection < java . lang . String > IDENT_0 = IDENT_1 . METHOD_1 ( IDENT_2 ) ; "<AssertPlaceHolder>" ; } isEmpty ( ) { return METHOD_2 ( ) . METHOD_3 ( this :: IDENT_3 ) ; } | org . junit . Assert . assertFalse ( IDENT_0 . isEmpty ( ) ) |
METHOD_0 ( ) { org . kie . workbench . common . IDENT_0 . IDENT_1 . model . config . IDENT_2 < java . lang . String > data = provider . METHOD_1 ( context ) ; METHOD_2 ( data ) ; "<AssertPlaceHolder>" ; } METHOD_3 ( ) { return IDENT_3 . getValue ( ) ; } | org . junit . Assert . assertNull ( data . METHOD_3 ( ) ) |
METHOD_0 ( ) { METHOD_1 ( ) ; renderer . METHOD_2 ( ) ; renderer . METHOD_3 ( ) ; java . util . List < org . kie . workbench . common . IDENT_0 . model . IDENT_1 > fields = helper . METHOD_4 ( ) . METHOD_5 ( ) . METHOD_6 ( ) ; "<AssertPlaceHolder>" ; verify ( helper , times ( 1 ) ) . METHOD_2 ( renderer . IDENT_2 ) ; }... | org . junit . Assert . assertFalse ( fields . contains ( renderer . IDENT_2 ) ) |
METHOD_0 ( ) { METHOD_1 ( ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( ) { return delegate . METHOD_2 ( ) ; } | org . junit . Assert . assertSame ( view , renderer . METHOD_2 ( ) ) |
METHOD_0 ( ) { IDENT_0 . METHOD_1 ( ) ; IDENT_0 . METHOD_2 ( ) ; verify ( view ) . METHOD_2 ( ) ; IDENT_0 . init ( path ) ; IDENT_0 . METHOD_3 ( ) ; verify ( IDENT_1 ) . METHOD_4 ( IDENT_2 . IDENT_3 ) ; verify ( IDENT_4 ) . METHOD_5 ( path ) ; verify ( view ) . METHOD_6 ( IDENT_5 ) ; boolean IDENT_6 = IDENT_0 . isValid... | org . junit . Assert . assertFalse ( IDENT_6 ) |
METHOD_0 ( ) { final java . lang . String [ ] IDENT_0 = new java . lang . String [ ] { STRING_0 , STRING_1 , STRING_2 } ; int count = 0 ; for ( int i = 0 ; i < ( IDENT_0 . length ) ; i ++ ) { try { org . kie . workbench . common . IDENT_1 . IDENT_2 . server . service . impl . IDENT_3 . generator . METHOD_1 ( org . kie ... | org . junit . Assert . assertEquals ( IDENT_0 . length , count ) |
METHOD_0 ( ) { IDENT_0 . METHOD_1 ( ) ; IDENT_0 . METHOD_2 ( ) ; verify ( view ) . METHOD_2 ( ) ; IDENT_0 . init ( path ) ; IDENT_0 . METHOD_3 ( ) ; verify ( IDENT_1 ) . METHOD_4 ( Constants . IDENT_2 ) ; verify ( IDENT_3 ) . METHOD_5 ( path ) ; verify ( view ) . METHOD_6 ( IDENT_4 ) ; IDENT_0 . METHOD_7 ( new org . ki... | org . junit . Assert . assertTrue ( isValid ) |
METHOD_0 ( ) { IDENT_0 . METHOD_1 ( org . kie . workbench . common . IDENT_1 . IDENT_2 . client . IDENT_3 , 1 ) ; org . IDENT_4 . dataset . IDENT_5 IDENT_6 = IDENT_7 . METHOD_2 ( ) . METHOD_3 ( ) ; "<AssertPlaceHolder>" ; } METHOD_4 ( ) { return delegate . METHOD_4 ( ) ; } | org . junit . Assert . assertEquals ( IDENT_6 . METHOD_4 ( ) , 2 ) |
METHOD_0 ( ) { IDENT_0 . METHOD_1 ( org . kie . workbench . common . IDENT_1 . IDENT_2 . client . IDENT_3 , 0 ) ; org . IDENT_4 . dataset . IDENT_5 IDENT_6 = IDENT_7 . METHOD_2 ( ) . METHOD_3 ( ) ; "<AssertPlaceHolder>" ; } METHOD_4 ( ) { return delegate . METHOD_4 ( ) ; } | org . junit . Assert . assertEquals ( IDENT_6 . METHOD_4 ( ) , 7 ) |
METHOD_0 ( ) { IDENT_0 . METHOD_1 ( org . kie . workbench . common . IDENT_1 . IDENT_2 . client . IDENT_3 , 2 ) ; org . IDENT_4 . dataset . IDENT_5 IDENT_6 = IDENT_7 . METHOD_2 ( ) . METHOD_3 ( ) ; "<AssertPlaceHolder>" ; } METHOD_4 ( ) { return delegate . METHOD_4 ( ) ; } | org . junit . Assert . assertEquals ( IDENT_6 . METHOD_4 ( ) , 2 ) |
METHOD_0 ( ) { org . kie . workbench . common . IDENT_0 . IDENT_1 . events . IDENT_2 IDENT_3 = new org . kie . workbench . common . IDENT_0 . IDENT_1 . events . METHOD_1 ( module , IDENT_4 ) ; IDENT_5 . METHOD_2 ( ) . METHOD_3 ( ) . add ( new org . kie . workbench . common . IDENT_0 . IDENT_1 . model . persistence . ME... | org . junit . Assert . assertFalse ( IDENT_5 . METHOD_2 ( ) . METHOD_3 ( ) . contains ( new org . kie . workbench . common . IDENT_0 . IDENT_1 . model . persistence . METHOD_4 ( IDENT_4 . METHOD_6 ( ) ) ) ) |
METHOD_0 ( ) { IDENT_0 . METHOD_1 ( ) . METHOD_2 ( ) . add ( new org . kie . workbench . common . IDENT_1 . IDENT_2 . model . persistence . METHOD_3 ( STRING_0 ) ) ; org . kie . workbench . common . IDENT_1 . IDENT_2 . events . IDENT_3 IDENT_4 = new org . kie . workbench . common . IDENT_1 . IDENT_2 . events . METHOD_4... | org . junit . Assert . assertEquals ( 1 , IDENT_0 . METHOD_1 ( ) . METHOD_2 ( ) . size ( ) ) |
METHOD_0 ( ) { org . kie . workbench . common . services . IDENT_0 . core . IDENT_1 IDENT_2 = new org . kie . workbench . common . services . IDENT_0 . core . impl . METHOD_1 ( STRING_0 , STRING_1 ) ; org . kie . workbench . common . IDENT_3 . IDENT_0 . events . IDENT_4 IDENT_5 = new org . kie . workbench . common . ID... | org . junit . Assert . assertEquals ( 1 , IDENT_7 . METHOD_4 ( ) . METHOD_5 ( ) . size ( ) ) |
METHOD_0 ( ) { METHOD_1 ( ) ; org . IDENT_0 . common . services . project . model . IDENT_1 IDENT_2 = mock ( org . IDENT_0 . common . services . project . model . IDENT_1 . class ) ; when ( IDENT_3 . exists ( any ( org . IDENT_4 . backend . IDENT_5 . Path . class ) ) ) . thenReturn ( true ) ; when ( IDENT_6 . METHOD_2 ... | org . junit . Assert . assertEquals ( IDENT_2 , result ) |
METHOD_0 ( ) { METHOD_1 ( ) ; org . IDENT_0 . common . services . project . model . IDENT_1 IDENT_2 = mock ( org . IDENT_0 . common . services . project . model . IDENT_1 . class ) ; when ( IDENT_3 . exists ( any ( org . IDENT_4 . backend . IDENT_5 . Path . class ) ) ) . thenReturn ( false ) ; when ( IDENT_6 . METHOD_2... | org . junit . Assert . assertEquals ( IDENT_2 , result ) |
METHOD_0 ( ) { final org . IDENT_0 . backend . IDENT_1 . Path path = mock ( org . IDENT_0 . backend . IDENT_1 . Path . class ) ; final org . IDENT_0 . backend . IDENT_1 . Path IDENT_2 = mock ( org . IDENT_0 . backend . IDENT_1 . Path . class ) ; final java . lang . String IDENT_3 = STRING_0 ; final java . lang . String... | org . junit . Assert . assertEquals ( IDENT_2 , IDENT_6 ) |
METHOD_0 ( ) { java . util . List < org . IDENT_0 . common . services . shared . validation . model . IDENT_1 > result = validator . validate ( path , IDENT_2 ) ; "<AssertPlaceHolder>" ; } isEmpty ( ) { return METHOD_1 ( ) . METHOD_2 ( this :: IDENT_3 ) ; } | org . junit . Assert . assertTrue ( result . isEmpty ( ) ) |
METHOD_0 ( ) { IDENT_0 . METHOD_1 ( ) . setName ( null ) ; java . util . List < org . IDENT_1 . common . services . shared . validation . model . IDENT_2 > result = validator . validate ( path , IDENT_0 ) ; org . IDENT_1 . common . services . shared . validation . model . IDENT_2 IDENT_3 ; IDENT_3 = org . kie . workben... | org . junit . Assert . assertTrue ( result . contains ( IDENT_3 ) ) |
METHOD_0 ( ) { IDENT_0 . METHOD_1 ( ) . METHOD_2 ( null ) ; java . util . List < org . IDENT_1 . common . services . shared . validation . model . IDENT_2 > result = validator . validate ( path , IDENT_0 ) ; org . IDENT_1 . common . services . shared . validation . model . IDENT_2 IDENT_3 ; IDENT_3 = org . kie . workbe... | org . junit . Assert . assertTrue ( result . contains ( IDENT_3 ) ) |
METHOD_0 ( ) { IDENT_0 . METHOD_1 ( ) . METHOD_2 ( IDENT_1 . IDENT_2 ) ; IDENT_0 . METHOD_1 ( ) . METHOD_3 ( null ) ; java . util . List < org . IDENT_3 . common . services . shared . validation . model . IDENT_4 > result = validator . validate ( path , IDENT_0 ) ; org . IDENT_3 . common . services . shared . validatio... | org . junit . Assert . assertTrue ( result . contains ( IDENT_5 ) ) |
METHOD_0 ( ) { IDENT_0 . METHOD_1 ( ) . METHOD_2 ( ) . add ( new org . kie . workbench . common . IDENT_1 . IDENT_2 . model . persistence . METHOD_3 ( org . kie . workbench . common . IDENT_1 . IDENT_2 . backend . server . validation . IDENT_3 . class . getName ( ) ) ) ; java . util . List < org . IDENT_4 . common . se... | org . junit . Assert . assertTrue ( result . contains ( IDENT_6 ) ) |
METHOD_0 ( ) { IDENT_0 . METHOD_1 ( ) . METHOD_2 ( new org . kie . workbench . common . IDENT_1 . IDENT_2 . model . persistence . METHOD_3 ( STRING_0 , null ) ) ; java . util . List < org . IDENT_3 . common . services . shared . validation . model . IDENT_4 > result = validator . validate ( path , IDENT_0 ) ; org . IDE... | org . junit . Assert . assertTrue ( result . contains ( IDENT_5 ) ) |
execute ( ) { org . kie . workbench . common . services . IDENT_0 . core . IDENT_1 IDENT_2 = new org . kie . workbench . common . services . IDENT_0 . core . impl . METHOD_0 ( STRING_0 , STRING_1 ) ; IDENT_2 . METHOD_1 ( new org . kie . workbench . common . services . IDENT_0 . core . impl . METHOD_2 ( STRING_2 , org .... | org . junit . Assert . assertNull ( IDENT_2 . getProperty ( STRING_2 ) ) |
METHOD_0 ( ) { java . lang . String IDENT_0 = ( IDENT_1 . IDENT_2 ) + ( IDENT_3 . getId ( ) ) ; when ( IDENT_4 . METHOD_1 ( IDENT_0 ) ) . thenReturn ( org . kie . workbench . common . IDENT_5 . IDENT_6 . client . validation . IDENT_7 . IDENT_8 ) ; org . IDENT_9 . common . services . shared . validation . model . IDENT_... | org . junit . Assert . assertEquals ( IDENT_11 , IDENT_15 . METHOD_6 ( IDENT_3 ) ) |
METHOD_0 ( ) { java . lang . String IDENT_0 = ( IDENT_1 . IDENT_2 ) + ( IDENT_3 . getId ( ) ) ; IDENT_3 . METHOD_1 ( ) . add ( STRING_0 ) ; IDENT_3 . METHOD_1 ( ) . add ( STRING_1 ) ; when ( IDENT_4 . METHOD_2 ( IDENT_0 ) ) . thenReturn ( org . kie . workbench . common . IDENT_5 . IDENT_6 . client . validation . IDENT_... | org . junit . Assert . assertEquals ( IDENT_12 , IDENT_16 . METHOD_7 ( IDENT_3 ) ) |
METHOD_0 ( ) { IDENT_0 . METHOD_1 ( IDENT_1 , IDENT_2 ) ; IDENT_0 . METHOD_2 ( true ) ; verify ( view , times ( 1 ) ) . METHOD_2 ( true ) ; "<AssertPlaceHolder>" ; METHOD_3 ( 1 , false ) ; METHOD_3 ( 1 , true ) ; } METHOD_4 ( ) { return IDENT_3 ; } | org . junit . Assert . assertEquals ( true , IDENT_0 . METHOD_4 ( ) ) |
METHOD_0 ( ) { com . IDENT_0 . IDENT_1 . commons . IDENT_2 . cache . impl . IDENT_3 IDENT_4 = new com . IDENT_0 . IDENT_1 . commons . IDENT_2 . cache . impl . METHOD_1 ( ) ; final java . lang . String expResult = "" ; IDENT_4 . METHOD_2 ( null ) ; final java . lang . String result = IDENT_4 . METHOD_3 ( ) ; "<AssertPla... | org . junit . Assert . assertEquals ( expResult , result ) |
METHOD_0 ( ) { org . apache . commons . math4 . geometry . IDENT_0 . IDENT_1 . IDENT_2 line = new org . apache . commons . math4 . geometry . IDENT_0 . IDENT_1 . METHOD_1 ( new org . apache . commons . math4 . geometry . IDENT_0 . IDENT_1 . METHOD_2 ( FLOAT_0 , FLOAT_1 , INT_0 ) , new org . apache . commons . math4 . g... | org . junit . Assert . assertArrayEquals ( expected . toArray ( ) , IDENT_3 . METHOD_3 ( ) . toArray ( ) , 0 ) |
METHOD_0 ( ) { org . kie . workbench . common . IDENT_0 . IDENT_1 . client . widgets . IDENT_2 . IDENT_3 . IDENT_4 . IDENT_5 IDENT_6 = new org . kie . workbench . common . IDENT_0 . IDENT_1 . client . widgets . IDENT_2 . IDENT_3 . IDENT_4 . IDENT_7 . METHOD_1 ( view ) ; org . kie . workbench . common . services . IDENT... | org . junit . Assert . assertEquals ( IDENT_19 , IDENT_6 . getValue ( ) ) |
METHOD_0 ( ) { org . kie . workbench . common . IDENT_0 . IDENT_1 . client . widgets . IDENT_2 . IDENT_3 . string . IDENT_4 IDENT_5 = new org . kie . workbench . common . IDENT_0 . IDENT_1 . client . widgets . IDENT_2 . IDENT_3 . string . METHOD_1 ( view ) ; org . kie . workbench . common . services . IDENT_1 . core . ... | org . junit . Assert . assertFalse ( IDENT_5 . isValid ( ) ) |
METHOD_0 ( ) { IDENT_0 . METHOD_1 ( context ) ; org . kie . workbench . common . services . IDENT_1 . core . IDENT_2 IDENT_3 = context . METHOD_2 ( ) ; verify ( view , times ( 1 ) ) . METHOD_3 ( STRING_0 ) ; verify ( view , times ( 1 ) ) . METHOD_4 ( true ) ; verify ( view , times ( 1 ) ) . METHOD_5 ( STRING_1 ) ; veri... | org . junit . Assert . assertFalse ( IDENT_0 . METHOD_10 ( ) ) |
METHOD_0 ( ) { org . kie . workbench . common . IDENT_0 . IDENT_1 . client . widgets . IDENT_2 . IDENT_3 IDENT_4 = METHOD_1 ( ) ; org . kie . workbench . common . services . IDENT_1 . core . IDENT_5 IDENT_6 = context . METHOD_2 ( ) ; org . kie . workbench . common . services . IDENT_1 . core . IDENT_7 IDENT_8 = IDENT_6... | org . junit . Assert . assertFalse ( IDENT_4 . METHOD_7 ( ) ) |
METHOD_0 ( ) { org . kie . workbench . common . IDENT_0 . IDENT_1 . client . widgets . IDENT_2 . IDENT_3 IDENT_4 = METHOD_1 ( ) ; org . kie . workbench . common . IDENT_0 . IDENT_1 . client . IDENT_5 context = METHOD_2 ( ) ; org . kie . workbench . common . services . IDENT_1 . core . IDENT_6 IDENT_7 = context . METHOD... | org . junit . Assert . assertEquals ( ( count - 1 ) , IDENT_7 . METHOD_4 ( ) . size ( ) ) |
METHOD_0 ( ) { org . kie . workbench . common . IDENT_0 . IDENT_1 . client . widgets . IDENT_2 . IDENT_3 IDENT_4 = METHOD_1 ( ) ; org . kie . workbench . common . IDENT_0 . IDENT_1 . client . IDENT_5 context = METHOD_2 ( ) ; IDENT_4 . METHOD_3 ( context ) ; org . kie . workbench . common . services . IDENT_1 . core . I... | org . junit . Assert . assertEquals ( 3 , IDENT_7 . METHOD_15 ( ) . size ( ) ) |
METHOD_0 ( ) { org . kie . workbench . common . IDENT_0 . IDENT_1 . client . widgets . IDENT_2 . IDENT_3 IDENT_4 = METHOD_1 ( ) ; IDENT_4 . METHOD_2 ( context ) ; verify ( view , times ( 2 ) ) . METHOD_3 ( METHOD_4 ( org . IDENT_5 . ext . properties . IDENT_6 . model . IDENT_7 . class ) ) ; "<AssertPlaceHolder>" ; } ME... | org . junit . Assert . assertFalse ( IDENT_4 . METHOD_5 ( ) ) |
METHOD_0 ( ) { org . kie . workbench . common . IDENT_0 . IDENT_1 . client . widgets . IDENT_2 . IDENT_3 IDENT_4 = METHOD_1 ( ) ; org . kie . workbench . common . services . IDENT_1 . core . IDENT_5 IDENT_6 = context . METHOD_2 ( ) ; org . kie . workbench . common . services . IDENT_1 . core . IDENT_7 field = IDENT_6 .... | org . junit . Assert . assertFalse ( IDENT_4 . METHOD_7 ( ) ) |
METHOD_0 ( ) { org . kie . workbench . common . IDENT_0 . IDENT_1 . client . widgets . IDENT_2 . IDENT_3 IDENT_4 = METHOD_1 ( ) ; IDENT_4 . METHOD_2 ( context ) ; org . kie . workbench . common . services . IDENT_1 . core . IDENT_5 IDENT_6 = context . METHOD_3 ( ) ; verify ( view , times ( 1 ) ) . setName ( IDENT_6 . g... | org . junit . Assert . assertFalse ( IDENT_4 . METHOD_12 ( ) ) |
METHOD_0 ( ) { org . apache . commons . math4 . geometry . IDENT_0 . IDENT_1 . IDENT_2 IDENT_3 = new org . apache . commons . math4 . geometry . IDENT_0 . IDENT_1 . METHOD_1 ( 0.0 , 0.0 , 0.0 , 1.0 , 0.0 , 1.0 , org . apache . commons . math4 . geometry . IDENT_0 . IDENT_1 . IDENT_4 . IDENT_5 ) ; "<AssertPlaceHolder>" ... | org . junit . Assert . assertEquals ( 0.0 , IDENT_3 . METHOD_2 ( ) , org . apache . commons . math4 . geometry . IDENT_0 . IDENT_1 . IDENT_4 . IDENT_5 ) |
METHOD_0 ( ) { org . kie . workbench . common . IDENT_0 . IDENT_1 . client . widgets . IDENT_2 . IDENT_3 IDENT_4 = METHOD_1 ( ) ; org . kie . workbench . common . services . IDENT_1 . core . IDENT_5 IDENT_6 = context . METHOD_2 ( ) ; org . kie . workbench . common . services . IDENT_1 . core . IDENT_7 field = IDENT_6 .... | org . junit . Assert . assertFalse ( IDENT_4 . METHOD_11 ( ) ) |
METHOD_0 ( ) { org . IDENT_0 . IDENT_1 . IDENT_2 command = mock ( org . IDENT_0 . IDENT_1 . IDENT_2 . class ) ; IDENT_3 . METHOD_1 ( command ) ; java . util . Map < java . lang . String , java . lang . Boolean > IDENT_4 = new java . util . HashMap ( ) ; IDENT_4 . put ( org . kie . workbench . common . IDENT_5 . IDENT_6... | org . junit . Assert . assertEquals ( org . kie . workbench . common . IDENT_5 . IDENT_6 . client . widgets . IDENT_7 . IDENT_8 . IDENT_9 . toLowerCase ( ) , IDENT_3 . METHOD_3 ( ) ) |
METHOD_0 ( ) { METHOD_1 ( ) ; METHOD_2 ( IDENT_0 ) ; org . kie . workbench . common . IDENT_1 . IDENT_2 . management . model . IDENT_3 IDENT_4 = IDENT_5 . METHOD_3 ( IDENT_0 . METHOD_4 ( ) ) ; "<AssertPlaceHolder>" ; } METHOD_4 ( ) { return IDENT_6 ; } | org . junit . Assert . assertNotNull ( IDENT_4 ) |
METHOD_0 ( ) { try { METHOD_1 ( IDENT_0 ) ; org . kie . workbench . common . IDENT_1 . IDENT_2 . management . model . IDENT_3 IDENT_4 = IDENT_5 . METHOD_2 ( IDENT_0 . METHOD_3 ( ) ) ; "<AssertPlaceHolder>" ; } catch ( java . lang . Exception e ) { org . junit . Assert . fail ( e . getMessage ( ) ) ; } } METHOD_3 ( ) { ... | org . junit . Assert . assertNotNull ( IDENT_4 ) |
METHOD_0 ( ) { org . kie . workbench . common . IDENT_0 . IDENT_1 . management . model . IDENT_2 IDENT_3 = IDENT_4 . METHOD_1 ( org . kie . workbench . common . IDENT_0 . IDENT_1 . management . backend . core . IDENT_5 ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( java . lang . String ) { for ( org . kie . workbench . commo... | org . junit . Assert . assertNull ( IDENT_3 ) |
METHOD_0 ( ) { METHOD_1 ( IDENT_0 ) ; org . kie . workbench . common . IDENT_1 . IDENT_2 . management . model . IDENT_3 IDENT_4 = IDENT_5 . METHOD_2 ( org . kie . workbench . common . IDENT_1 . IDENT_2 . management . backend . core . IDENT_6 ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( java . lang . String ) { for ( org . ... | org . junit . Assert . assertNotNull ( IDENT_4 ) |
METHOD_0 ( ) { org . IDENT_0 . api . mockito . IDENT_1 . METHOD_1 ( org . kie . workbench . common . IDENT_2 . IDENT_3 . management . util . IDENT_4 . class ) ; org . IDENT_0 . api . mockito . IDENT_1 . when ( org . kie . workbench . common . IDENT_2 . IDENT_3 . management . util . IDENT_4 . METHOD_2 ( conn , org . kie... | org . junit . Assert . assertEquals ( IDENT_8 , result ) |
METHOD_0 ( ) { org . IDENT_0 . api . mockito . IDENT_1 . METHOD_1 ( org . kie . workbench . common . IDENT_2 . IDENT_3 . management . util . IDENT_4 . class ) ; org . IDENT_0 . api . mockito . IDENT_1 . when ( org . kie . workbench . common . IDENT_2 . IDENT_3 . management . util . IDENT_4 . METHOD_2 ( conn , org . kie... | org . junit . Assert . assertEquals ( IDENT_7 , result ) |
METHOD_0 ( ) { org . kie . workbench . common . IDENT_0 . IDENT_1 . management . client . IDENT_2 . IDENT_3 . IDENT_4 . IDENT_5 IDENT_6 = new org . kie . workbench . common . IDENT_0 . IDENT_1 . management . client . IDENT_2 . IDENT_3 . IDENT_4 . METHOD_1 ( ) . METHOD_2 ( org . kie . workbench . common . IDENT_0 . IDEN... | org . junit . Assert . assertEquals ( IDENT_15 , IDENT_13 . METHOD_13 ( ) ) |
METHOD_0 ( ) { when ( IDENT_0 . METHOD_1 ( IDENT_1 . IDENT_2 ) ) . thenReturn ( org . kie . workbench . common . IDENT_3 . IDENT_4 . management . client . IDENT_5 . IDENT_6 . IDENT_7 ) ; when ( IDENT_8 . METHOD_2 ( IDENT_9 . IDENT_10 , null ) ) . thenReturn ( org . kie . workbench . common . IDENT_3 . IDENT_4 . managem... | org . junit . Assert . assertEquals ( IDENT_18 , IDENT_14 . METHOD_8 ( ) ) |
METHOD_0 ( ) { when ( view . getName ( ) ) . thenReturn ( org . kie . workbench . common . IDENT_0 . IDENT_1 . management . client . IDENT_2 . IDENT_1 . IDENT_3 ) ; IDENT_4 . METHOD_1 ( ) ; verify ( view , times ( 1 ) ) . getName ( ) ; "<AssertPlaceHolder>" ; } getName ( ) { return name ; } | org . junit . Assert . assertEquals ( org . kie . workbench . common . IDENT_0 . IDENT_1 . management . client . IDENT_2 . IDENT_1 . IDENT_3 , name ) |
METHOD_0 ( ) { when ( view . METHOD_1 ( ) ) . thenReturn ( org . kie . workbench . common . IDENT_0 . IDENT_1 . management . client . IDENT_2 . IDENT_1 . IDENT_3 ) ; IDENT_4 . METHOD_2 ( ) ; verify ( view , times ( 1 ) ) . METHOD_1 ( ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return IDENT_5 ; } | org . junit . Assert . assertEquals ( org . kie . workbench . common . IDENT_0 . IDENT_1 . management . client . IDENT_2 . IDENT_1 . IDENT_3 , IDENT_5 ) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.