java.lang.Object
test.de.iip_ecosphere.platform.services.environment.metricsProvider.CapacityBaseUnitTest

public class CapacityBaseUnitTest extends Object
Tests CapacityBaseUnit.
Author:
Miguel Gomez
  • Field Details

  • Constructor Details

    • CapacityBaseUnitTest

      public CapacityBaseUnitTest()
  • Method Details

    • testByteValueOfBytes

      public void testByteValueOfBytes()
      Tests CapacityBaseUnit.BYTES.
    • testByteValueOfKilobytes

      public void testByteValueOfKilobytes()
      Tests CapacityBaseUnit.KILOBYTES.
    • testByteValueOfMegabytes

      public void testByteValueOfMegabytes()
      Tests CapacityBaseUnit.MEGABYTES.
    • testByteValueOfGigabytes

      public void testByteValueOfGigabytes()
      Tests CapacityBaseUnit.GIGABYTES.
    • testByteValueOfTerabytes

      public void testByteValueOfTerabytes()
      Tests CapacityBaseUnit.TERABYTES.
    • testStringValueOfBytes

      public void testStringValueOfBytes()
      Tests CapacityBaseUnit.BYTES.
    • testStringValueOfKilobytes

      public void testStringValueOfKilobytes()
      Tests CapacityBaseUnit.KILOBYTES.
    • testStringValueOfMegabytes

      public void testStringValueOfMegabytes()
      Tests CapacityBaseUnit.MEGABYTES.
    • testStringValueOfGigabytes

      public void testStringValueOfGigabytes()
      Tests CapacityBaseUnit.GIGABYTES.
    • testStringValueOfTerabytes

      public void testStringValueOfTerabytes()
      Tests CapacityBaseUnit.TERABYTES.
    • testValueOfBytes

      public void testValueOfBytes()
      Tests CapacityBaseUnit.valueOf(String).
    • testValueOfKilobytes

      public void testValueOfKilobytes()
      Tests CapacityBaseUnit.valueOf(String).
    • testValueOfMegabytes

      public void testValueOfMegabytes()
      Tests CapacityBaseUnit.valueOf(String).
    • testValueOfGigabytes

      public void testValueOfGigabytes()
      Tests CapacityBaseUnit.valueOf(String).
    • testValueOfterabytes

      public void testValueOfterabytes()
      Tests CapacityBaseUnit.valueOf(String).
    • testValueOfNull

      public void testValueOfNull()
      Tests CapacityBaseUnit.valueOf(String).
    • testValueOfRandomString

      public void testValueOfRandomString()
      Tests CapacityBaseUnit.valueOf(String).