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=49ce7cb8387601982d5e6ef186ce206d38f6e3d7;hp=ee57526f3aa1db0c2a66ea3cb9f25a2bb3469697;hpb=94ddca39fadbe7931a17c179424afd123bd2863a;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() {