Class BeaconIdentifierTest

java.lang.Object
com.irurueta.navigation.indoor.BeaconIdentifierTest

class BeaconIdentifierTest extends Object
  • Constructor Details

    • BeaconIdentifierTest

      BeaconIdentifierTest()
  • Method Details

    • testConstructor

      @Test void testConstructor()
    • testParseFromLong

      @Test void testParseFromLong()
    • testParseFromInt

      @Test void testParseFromInt()
    • testParseFromBytes

      @Test void testParseFromBytes()
    • testFromUuid

      @Test void testFromUuid()
    • testToString

      @Test void testToString()
    • testParseHexNoPrefix

      @Test void testParseHexNoPrefix()
    • testParseLongDecimal

      @Test void testParseLongDecimal()
    • testToInt

      @Test void testToInt()
    • testEqualsAndCompareTo

      @Test void testEqualsAndCompareTo()
    • testSerializeDeserialize

      @Test void testSerializeDeserialize() throws IOException, ClassNotFoundException
      Throws:
      IOException
      ClassNotFoundException