X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=system%2Fgeneral%2Fsrc%2Ftest%2Fjava%2Forg%2Fwamblee%2Fsystem%2Fadapters%2FConstructorConfigurationTest.java;h=3e5f5aa42dc685c4f040cd8062ef2494918a388b;hb=9573613928f58ec9333b900187731408d5eb4f9f;hp=ee57526f3aa1db0c2a66ea3cb9f25a2bb3469697;hpb=9508b56fcc5b2e9addf93106ac2d6f492c21c070;p=utils diff --git a/system/general/src/test/java/org/wamblee/system/adapters/ConstructorConfigurationTest.java b/system/general/src/test/java/org/wamblee/system/adapters/ConstructorConfigurationTest.java index ee57526f..3e5f5aa4 100644 --- a/system/general/src/test/java/org/wamblee/system/adapters/ConstructorConfigurationTest.java +++ b/system/general/src/test/java/org/wamblee/system/adapters/ConstructorConfigurationTest.java @@ -12,7 +12,7 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ + */ package org.wamblee.system.adapters; import java.util.List; @@ -55,7 +55,7 @@ public class ConstructorConfigurationTest extends AdapterTestCase { try { ConstructorConfiguration config = new ConstructorConfiguration( X2.class).greedy(); - ignoredVariable(config); + ignoredVariable(config); } catch (SystemAssemblyException e) { // e.printStackTrace(); return; @@ -63,8 +63,8 @@ public class ConstructorConfigurationTest extends AdapterTestCase { fail(); } - - private static void ignoredVariable(Object aObject) { + + private static void ignoredVariable(Object aObject) { // for findbugs. } @@ -95,9 +95,8 @@ public class ConstructorConfigurationTest extends AdapterTestCase { Scope scope = getScope(); config.create(scope); - AssertionUtils.assertEquals(new String[] { "x1(bla)" }, - AdapterTestCase.getEventTracker().getEvents(Thread.currentThread()) - .toArray()); + AssertionUtils.assertEquals(new String[] { "x1(bla)" }, AdapterTestCase + .getEventTracker().getEvents(Thread.currentThread()).toArray()); } public void testOptionalValueProvided() {