Lines Matching refs:assertFalse

128     Assert.assertFalse(str1.isEmpty());  in test_String_isEmpty()
413 Assert.assertFalse(test.equals(test2)); in test_String_compareTo()
425 Assert.assertFalse(offset.equals(sub)); in test_String_compareTo()
426 Assert.assertFalse(sub.equals(offset)); in test_String_compareTo()
428 Assert.assertFalse(test.equals(blah)); in test_String_compareTo()
437 Assert.assertFalse(test.equals(null)); in test_String_compareTo()
441 Assert.assertFalse(test.equals(test1)); in test_String_compareTo()
851 Assert.assertFalse(Double.isNaN(Double.longBitsToDouble(0x7FF0000000000000l)));
852 Assert.assertFalse(Double.isNaN(Double.longBitsToDouble(0xFFF0000000000000l)));
854 Assert.assertFalse(Double.isNaN(Double.longBitsToDouble(0x7FE0000000000000l)));
855 Assert.assertFalse(Double.isNaN(Double.longBitsToDouble(0xFFE0000000000000l)));
856 Assert.assertFalse(Double.isNaN(Double.longBitsToDouble(0x0010000000000000l)));
857 Assert.assertFalse(Double.isNaN(Double.longBitsToDouble(0x8010000000000000l)));
859 Assert.assertFalse(Double.isNaN(Double.longBitsToDouble(0x0000000000000000l)));
860 Assert.assertFalse(Double.isNaN(Double.longBitsToDouble(0x8000000000000000l)));
862 Assert.assertFalse(Double.isNaN(Double.longBitsToDouble(0x0008000000000000l)));
863 Assert.assertFalse(Double.isNaN(Double.longBitsToDouble(0x8008000000000000l)));
864 Assert.assertFalse(Double.isNaN(Double.longBitsToDouble(0x0000000000000001l)));
865 Assert.assertFalse(Double.isNaN(Double.longBitsToDouble(0x8000000000000001l)));
876 Assert.assertFalse(Float.isNaN(Float.intBitsToFloat(0x7F800000)));
877 Assert.assertFalse(Float.isNaN(Float.intBitsToFloat(0xFF800000)));
879 Assert.assertFalse(Float.isNaN(Float.intBitsToFloat(0x7F000000)));
880 Assert.assertFalse(Float.isNaN(Float.intBitsToFloat(0xFF000000)));
881 Assert.assertFalse(Float.isNaN(Float.intBitsToFloat(0x00800000)));
882 Assert.assertFalse(Float.isNaN(Float.intBitsToFloat(0x80800000)));
884 Assert.assertFalse(Float.isNaN(Float.intBitsToFloat(0x00000000)));
885 Assert.assertFalse(Float.isNaN(Float.intBitsToFloat(0x80000000)));
887 Assert.assertFalse(Float.isNaN(Float.intBitsToFloat(0x00400000)));
888 Assert.assertFalse(Float.isNaN(Float.intBitsToFloat(0x80400000)));
889 Assert.assertFalse(Float.isNaN(Float.intBitsToFloat(0x00000001)));
890 Assert.assertFalse(Float.isNaN(Float.intBitsToFloat(0x80000001)));
895 Assert.assertFalse(Double.isInfinite(Double.longBitsToDouble(0x7FF4000000000000l)));
896 Assert.assertFalse(Double.isInfinite(Double.longBitsToDouble(0xFFF4000000000000l)));
898 Assert.assertFalse(Double.isInfinite(Double.longBitsToDouble(0x7FF8000000000000l)));
899 Assert.assertFalse(Double.isInfinite(Double.longBitsToDouble(0xFFF8000000000000l)));
904 Assert.assertFalse(Double.isInfinite(Double.longBitsToDouble(0x7FE0000000000000l)));
905 Assert.assertFalse(Double.isInfinite(Double.longBitsToDouble(0xFFE0000000000000l)));
906 Assert.assertFalse(Double.isInfinite(Double.longBitsToDouble(0x0010000000000000l)));
907 Assert.assertFalse(Double.isInfinite(Double.longBitsToDouble(0x8010000000000000l)));
909 Assert.assertFalse(Double.isInfinite(Double.longBitsToDouble(0x0000000000000000l)));
910 Assert.assertFalse(Double.isInfinite(Double.longBitsToDouble(0x8000000000000000l)));
912 Assert.assertFalse(Double.isInfinite(Double.longBitsToDouble(0x0008000000000000l)));
913 Assert.assertFalse(Double.isInfinite(Double.longBitsToDouble(0x8008000000000000l)));
914 Assert.assertFalse(Double.isInfinite(Double.longBitsToDouble(0x0000000000000001l)));
915 Assert.assertFalse(Double.isInfinite(Double.longBitsToDouble(0x8000000000000001l)));
920 Assert.assertFalse(Float.isInfinite(Float.intBitsToFloat(0x7FA00000)));
921 Assert.assertFalse(Float.isInfinite(Float.intBitsToFloat(0xFFA00000)));
923 Assert.assertFalse(Float.isInfinite(Float.intBitsToFloat(0x7FC00000)));
924 Assert.assertFalse(Float.isInfinite(Float.intBitsToFloat(0xFFC00000)));
929 Assert.assertFalse(Float.isInfinite(Float.intBitsToFloat(0x7F000000)));
930 Assert.assertFalse(Float.isInfinite(Float.intBitsToFloat(0xFF000000)));
931 Assert.assertFalse(Float.isInfinite(Float.intBitsToFloat(0x00800000)));
932 Assert.assertFalse(Float.isInfinite(Float.intBitsToFloat(0x80800000)));
934 Assert.assertFalse(Float.isInfinite(Float.intBitsToFloat(0x00000000)));
935 Assert.assertFalse(Float.isInfinite(Float.intBitsToFloat(0x80000000)));
937 Assert.assertFalse(Float.isInfinite(Float.intBitsToFloat(0x00400000)));
938 Assert.assertFalse(Float.isInfinite(Float.intBitsToFloat(0x80400000)));
939 Assert.assertFalse(Float.isInfinite(Float.intBitsToFloat(0x00000001)));
940 Assert.assertFalse(Float.isInfinite(Float.intBitsToFloat(0x80000001)));