Lines Matching refs:assertFalse
129 Assert.assertFalse(str1.isEmpty()); in test_String_isEmpty()
414 Assert.assertFalse(test.equals(test2)); in test_String_compareTo()
426 Assert.assertFalse(offset.equals(sub)); in test_String_compareTo()
427 Assert.assertFalse(sub.equals(offset)); in test_String_compareTo()
429 Assert.assertFalse(test.equals(blah)); in test_String_compareTo()
438 Assert.assertFalse(test.equals(null)); in test_String_compareTo()
442 Assert.assertFalse(test.equals(test1)); in test_String_compareTo()
888 Assert.assertFalse(Double.isNaN(Double.longBitsToDouble(0x7FF0000000000000l)));
889 Assert.assertFalse(Double.isNaN(Double.longBitsToDouble(0xFFF0000000000000l)));
891 Assert.assertFalse(Double.isNaN(Double.longBitsToDouble(0x7FE0000000000000l)));
892 Assert.assertFalse(Double.isNaN(Double.longBitsToDouble(0xFFE0000000000000l)));
893 Assert.assertFalse(Double.isNaN(Double.longBitsToDouble(0x0010000000000000l)));
894 Assert.assertFalse(Double.isNaN(Double.longBitsToDouble(0x8010000000000000l)));
896 Assert.assertFalse(Double.isNaN(Double.longBitsToDouble(0x0000000000000000l)));
897 Assert.assertFalse(Double.isNaN(Double.longBitsToDouble(0x8000000000000000l)));
899 Assert.assertFalse(Double.isNaN(Double.longBitsToDouble(0x0008000000000000l)));
900 Assert.assertFalse(Double.isNaN(Double.longBitsToDouble(0x8008000000000000l)));
901 Assert.assertFalse(Double.isNaN(Double.longBitsToDouble(0x0000000000000001l)));
902 Assert.assertFalse(Double.isNaN(Double.longBitsToDouble(0x8000000000000001l)));
913 Assert.assertFalse(Float.isNaN(Float.intBitsToFloat(0x7F800000)));
914 Assert.assertFalse(Float.isNaN(Float.intBitsToFloat(0xFF800000)));
916 Assert.assertFalse(Float.isNaN(Float.intBitsToFloat(0x7F000000)));
917 Assert.assertFalse(Float.isNaN(Float.intBitsToFloat(0xFF000000)));
918 Assert.assertFalse(Float.isNaN(Float.intBitsToFloat(0x00800000)));
919 Assert.assertFalse(Float.isNaN(Float.intBitsToFloat(0x80800000)));
921 Assert.assertFalse(Float.isNaN(Float.intBitsToFloat(0x00000000)));
922 Assert.assertFalse(Float.isNaN(Float.intBitsToFloat(0x80000000)));
924 Assert.assertFalse(Float.isNaN(Float.intBitsToFloat(0x00400000)));
925 Assert.assertFalse(Float.isNaN(Float.intBitsToFloat(0x80400000)));
926 Assert.assertFalse(Float.isNaN(Float.intBitsToFloat(0x00000001)));
927 Assert.assertFalse(Float.isNaN(Float.intBitsToFloat(0x80000001)));
932 Assert.assertFalse(Double.isInfinite(Double.longBitsToDouble(0x7FF4000000000000l)));
933 Assert.assertFalse(Double.isInfinite(Double.longBitsToDouble(0xFFF4000000000000l)));
935 Assert.assertFalse(Double.isInfinite(Double.longBitsToDouble(0x7FF8000000000000l)));
936 Assert.assertFalse(Double.isInfinite(Double.longBitsToDouble(0xFFF8000000000000l)));
941 Assert.assertFalse(Double.isInfinite(Double.longBitsToDouble(0x7FE0000000000000l)));
942 Assert.assertFalse(Double.isInfinite(Double.longBitsToDouble(0xFFE0000000000000l)));
943 Assert.assertFalse(Double.isInfinite(Double.longBitsToDouble(0x0010000000000000l)));
944 Assert.assertFalse(Double.isInfinite(Double.longBitsToDouble(0x8010000000000000l)));
946 Assert.assertFalse(Double.isInfinite(Double.longBitsToDouble(0x0000000000000000l)));
947 Assert.assertFalse(Double.isInfinite(Double.longBitsToDouble(0x8000000000000000l)));
949 Assert.assertFalse(Double.isInfinite(Double.longBitsToDouble(0x0008000000000000l)));
950 Assert.assertFalse(Double.isInfinite(Double.longBitsToDouble(0x8008000000000000l)));
951 Assert.assertFalse(Double.isInfinite(Double.longBitsToDouble(0x0000000000000001l)));
952 Assert.assertFalse(Double.isInfinite(Double.longBitsToDouble(0x8000000000000001l)));
957 Assert.assertFalse(Float.isInfinite(Float.intBitsToFloat(0x7FA00000)));
958 Assert.assertFalse(Float.isInfinite(Float.intBitsToFloat(0xFFA00000)));
960 Assert.assertFalse(Float.isInfinite(Float.intBitsToFloat(0x7FC00000)));
961 Assert.assertFalse(Float.isInfinite(Float.intBitsToFloat(0xFFC00000)));
966 Assert.assertFalse(Float.isInfinite(Float.intBitsToFloat(0x7F000000)));
967 Assert.assertFalse(Float.isInfinite(Float.intBitsToFloat(0xFF000000)));
968 Assert.assertFalse(Float.isInfinite(Float.intBitsToFloat(0x00800000)));
969 Assert.assertFalse(Float.isInfinite(Float.intBitsToFloat(0x80800000)));
971 Assert.assertFalse(Float.isInfinite(Float.intBitsToFloat(0x00000000)));
972 Assert.assertFalse(Float.isInfinite(Float.intBitsToFloat(0x80000000)));
974 Assert.assertFalse(Float.isInfinite(Float.intBitsToFloat(0x00400000)));
975 Assert.assertFalse(Float.isInfinite(Float.intBitsToFloat(0x80400000)));
976 Assert.assertFalse(Float.isInfinite(Float.intBitsToFloat(0x00000001)));
977 Assert.assertFalse(Float.isInfinite(Float.intBitsToFloat(0x80000001)));