diff --git a/test/MemberBuilderValidator/MethodTest.js b/test/MemberBuilderValidator/MethodTest.js index 5e78bd6..2fbe91a 100644 --- a/test/MemberBuilderValidator/MethodTest.js +++ b/test/MemberBuilderValidator/MethodTest.js @@ -24,12 +24,10 @@ require( 'common' ).testCase( { - setUp: function() + caseSetUp: function() { var _self = this; - this.sut = this.require( 'MemberBuilderValidator' )(); - /** * Tests to ensure that a method with the given keywords fails * validation with an error message partially matching the provided @@ -145,6 +143,12 @@ require( 'common' ).testCase( }, + setUp: function() + { + this.sut = this.require( 'MemberBuilderValidator' )(); + }, + + /** * Private, abstract methods do not make sense. Private methods cannot be * overridden.