1
0
Fork 0

[#25] Added successful test to MemberBuilderValidator's method tests to ensure successful functionality is also tested

closure/master
Mike Gerwitz 2011-10-22 16:47:09 -04:00
parent 8ebcc3f1b3
commit 2da2247c86
1 changed files with 9 additions and 0 deletions

View File

@ -240,6 +240,15 @@ require( 'common' ).testCase(
},
/**
* Ensure we do not prevent legitimate method overriding
*/
'Can override concrete virtual method with concrete method': function()
{
this.quickKeywordMethodTest( [ 'override' ], null, [ 'virtual' ] );
},
/**
* Abstract methods act as a sort of placeholder, requiring an
* implementation. Once an implementation has been defined, it does not make