woolpack.bool
クラス BoolUtilsTest

java.lang.Object
  上位を拡張 junit.framework.Assert
      上位を拡張 junit.framework.TestCase
          上位を拡張 woolpack.bool.BoolUtilsTest
すべての実装されたインタフェース:
junit.framework.Test

public class BoolUtilsTest
extends junit.framework.TestCase


コンストラクタの概要
BoolUtilsTest()
           
 
メソッドの概要
static
<C> void
scenario(C c, Fn<Object,? extends BooleanState,? extends RuntimeException> operator, boolean[] input, boolean expectedResult, List<String> expectedCallList)
           
 void testAnd()
           
 void testAndand()
           
 void testCheckEquals()
           
 void testCheckMax()
           
 void testCheckMaxLength()
           
 void testCheckMin()
           
 void testCheckMinLength()
           
 void testCheckRegExp()
           
 void testCompare()
           
 void testContains()
           
 void testContainsAll()
           
 void testEq()
           
 void testEqeq()
           
 void testIfNot()
           
 void testIfTrueOnly()
           
 void testMatchObject()
           
 void testMatchObjectClass()
           
 void testMatchObjectNull()
           
 void testNot()
           
 void testNotEmpty()
           
 void testNotFn()
           
 void testNotThrowable()
           
 void testOr()
           
 void testOror()
           
 void testToBoolean()
           
 
クラス junit.framework.TestCase から継承されたメソッド
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
クラス junit.framework.Assert から継承されたメソッド
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

BoolUtilsTest

public BoolUtilsTest()
メソッドの詳細

testNotThrowable

public void testNotThrowable()

scenario

public static <C> void scenario(C c,
                                Fn<Object,? extends BooleanState,? extends RuntimeException> operator,
                                boolean[] input,
                                boolean expectedResult,
                                List<String> expectedCallList)

testAndand

public void testAndand()
                throws IOException
例外:
IOException

testAnd

public void testAnd()
             throws IOException
例外:
IOException

testEqeq

public void testEqeq()
              throws IOException
例外:
IOException

testEq

public void testEq()
            throws IOException
例外:
IOException

testOror

public void testOror()
              throws IOException
例外:
IOException

testOr

public void testOr()
            throws IOException
例外:
IOException

testToBoolean

public void testToBoolean()

testCompare

public void testCompare()

testContainsAll

public void testContainsAll()

testContains

public void testContains()

testCheckEquals

public void testCheckEquals()

testCheckMax

public void testCheckMax()

testCheckMaxLength

public void testCheckMaxLength()

testCheckMin

public void testCheckMin()

testCheckMinLength

public void testCheckMinLength()

testNot

public void testNot()

testNotEmpty

public void testNotEmpty()

testNotFn

public void testNotFn()

testMatchObject

public void testMatchObject()

testMatchObjectNull

public void testMatchObjectNull()

testMatchObjectClass

public void testMatchObjectClass()

testCheckRegExp

public void testCheckRegExp()

testIfTrueOnly

public void testIfTrueOnly()

testIfNot

public void testIfNot()


Copyright (C) 2006-2007 Takahiro Nakamura. All rights reserved.