- test.de.iip_ecosphere.platform.services.environment - package test.de.iip_ecosphere.platform.services.environment
-
Tests for the ECS runtime.
- test.de.iip_ecosphere.platform.services.environment.metricsProvider - package test.de.iip_ecosphere.platform.services.environment.metricsProvider
-
Tests the meter representations.
- test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations - package test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations
-
Tests the meter represenations.
- test.de.iip_ecosphere.platform.services.environment.metricsProvider.metricsAas - package test.de.iip_ecosphere.platform.services.environment.metricsProvider.metricsAas
-
Tests the generic AAS parts.
- test.de.iip_ecosphere.platform.services.environment.metricsProvider.utils - package test.de.iip_ecosphere.platform.services.environment.metricsProvider.utils
-
Utilities for testing.
- test.de.iip_ecosphere.platform.services.environment.pythonEnv - package test.de.iip_ecosphere.platform.services.environment.pythonEnv
-
Additional classes for the python environment test, partially copied from code generation.
- test.de.iip_ecosphere.platform.services.environment.services - package test.de.iip_ecosphere.platform.services.environment.services
-
Tests for generic services.
- testAas() - Method in class test.de.iip_ecosphere.platform.services.environment.AasTest
-
Tests the AAS.
- testAas(Endpoint, Service) - Static method in class test.de.iip_ecosphere.platform.services.environment.AbstractEnvironmentTest
-
Tests the agreed AAS behavior created by
AasCreator.
- testAas() - Method in class test.de.iip_ecosphere.platform.services.environment.StreamTest
-
Tests the streaming side.
- testAasResult(AasCreator.AasResult, Service) - Static method in class test.de.iip_ecosphere.platform.services.environment.AbstractEnvironmentTest
-
Does further tests based on the given result instance.
- testAdapter(File) - Static method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.MonitoredTranslatingProtocolAdapterTest
-
Performs the actual adapter test.
- testAdapterWithLog() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.MonitoredTranslatingProtocolAdapterTest
-
Tests the adapter and roughly the measured values.
- testAdapterWithoutLog() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.MonitoredTranslatingProtocolAdapterTest
-
Tests the adapter and roughly the measured values.
- testAsyncProcessService() - Method in class test.de.iip_ecosphere.platform.services.environment.PythonProcessServiceTest
-
Tests the process-based service classes.
- testByteValueOfBytes() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.CapacityBaseUnitTest
-
Tests CapacityBaseUnit.BYTES.
- testByteValueOfGigabytes() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.CapacityBaseUnitTest
-
Tests CapacityBaseUnit.GIGABYTES.
- testByteValueOfKilobytes() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.CapacityBaseUnitTest
-
Tests CapacityBaseUnit.KILOBYTES.
- testByteValueOfMegabytes() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.CapacityBaseUnitTest
-
Tests CapacityBaseUnit.MEGABYTES.
- testByteValueOfTerabytes() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.CapacityBaseUnitTest
-
Tests CapacityBaseUnit.TERABYTES.
- testCounterCrudOperations() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.MetricsProviderTest
-
Tests MetricsProvider Counter CRUD operations.
- TestData() - Constructor for class test.de.iip_ecosphere.platform.services.environment.IipStringStyleTest.TestData
-
- testDependenciesSetup() - Method in class test.de.iip_ecosphere.platform.services.environment.InstalledDependenciesSetupTest
-
Tests the dependency setup.
- testFailingServiceCreation() - Method in class test.de.iip_ecosphere.platform.services.environment.StarterTest
-
Asserts that accessing the state of a non-existent service in the service environment does not fail.
- testGaugeCrudOperations() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.MetricsProviderTest
-
Tests MetricsProvider Gauge CRUD operations.
- testGetUpdater() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.CounterRepresentationTest
-
Tests CounterRepresentation.getUpdater().
- testGetUpdater() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.TimerRepresentationTest
-
Tests TimerRepresentation.getUpdater().
- testGetUpdaterGauge() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.GaugeRepresentationTest
-
Tests GaugeRepresentation.parseGauge(JsonObject, String...).
- testIipStringStyle() - Method in class test.de.iip_ecosphere.platform.services.environment.IipStringStyleTest
-
Tests IipStringStyle.
- testIncrementByNegativeOne() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.CounterRepresentationTest
-
Tests CounterRepresentation.parseCounter(JsonObject, String...).
- testIncrementByOne() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.CounterRepresentationTest
-
Tests CounterRepresentation.parseCounter(JsonObject, String...).
- testIncrementByZero() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.CounterRepresentationTest
-
Tests CounterRepresentation.parseCounter(JsonObject, String...).
- testInitBadFourMeasurements() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.TimerRepresentationTest
-
Tests TimerRepresentation.parseTimer(JsonObject, String...).
- testInitBadInvalidBaseUnit() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.TimerRepresentationTest
-
Tests TimerRepresentation.parseTimer(JsonObject, String...).
- testInitBadTwoCount() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.TimerRepresentationTest
-
Tests TimerRepresentation.parseTimer(JsonObject, String...).
- testInitBadTwoMax() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.TimerRepresentationTest
-
Tests TimerRepresentation.parseTimer(JsonObject, String...).
- testInitBadTwoMeasurements() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.CounterRepresentationTest
-
Tests CounterRepresentation.parseCounter(JsonObject, String...).
- testInitBadTwoMeasurements() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.GaugeRepresentationTest
-
Tests GaugeRepresentation.parseGauge(JsonObject, String...).
- testInitBadTwoMeasurements() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.TimerRepresentationTest
-
Tests TimerRepresentation.parseTimer(JsonObject, String...).
- testInitBadTwoTotal() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.TimerRepresentationTest
-
Tests TimerRepresentation.parseTimer(JsonObject, String...).
- testInitBadWrongStatistic() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.CounterRepresentationTest
-
Tests CounterRepresentation.parseCounter(JsonObject, String...).
- testInitBadWrongStatistic() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.GaugeRepresentationTest
-
Tests GaugeRepresentation.parseGauge(JsonObject, String...).
- testInitBadWrongStatistic() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.TimerRepresentationTest
-
Tests TimerRepresentation.parseTimer(JsonObject, String...).
- testInitHostIsEmpty() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.metricsAas.MetricsExtractorRestClientTest
-
Tests MetricsExtractorRestClient(String, int).
- testInitHostIsNull() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.metricsAas.MetricsExtractorRestClientTest
-
Tests MetricsExtractorRestClient(String, int).
- testInitHostPortIsNegative() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.metricsAas.MetricsExtractorRestClientTest
-
Tests MetricsExtractorRestClient(String, int).
- testInitNull() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.MetricsProviderTest
-
Tests MetricsProvider(io.micrometer.core.instrument.MeterRegistry).
- testInitNullClient() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.metricsAas.MetricsAasConstructionBundleTest
-
Tests initializing MetricsAasConstructionBundle.
- testInitNullInvocablesCreator() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.metricsAas.MetricsAasConstructionBundleTest
-
Tests initializing MetricsAasConstructionBundle.
- testInitNullJson() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.MeterRepresentationTest
-
Tests GaugeRepresentation.parseGauge(JsonObject, String...).
- testInitNullProtocolBuilder() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.metricsAas.MetricsAasConstructionBundleTest
-
Tests initializing MetricsAasConstructionBundle.
- testInitNullSubmodel() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.metricsAas.MetricsAasConstructionBundleTest
-
Tests initializing MetricsAasConstructionBundle.
- testInitOk() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.metricsAas.MetricsAasConstructionBundleTest
-
Tests initializing MetricsAasConstructionBundle.
- testInitOk() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.metricsAas.MetricsExtractorRestClientTest
-
Tests MetricsExtractorRestClient(String, int).
- testInitOk() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.MetricsProviderTest
-
Tests MetricsProvider(io.micrometer.core.instrument.MeterRegistry).
- testInitOkNoTags() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.CounterRepresentationTest
-
Tests CounterRepresentation.parseCounter(JsonObject, String...).
- testInitOkNoTags() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.GaugeRepresentationTest
-
Tests GaugeRepresentation.parseGauge(JsonObject, String...).
- testInitOkNoTags() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.MeterRepresentationTest
-
Tests GaugeRepresentation.parseGauge(JsonObject, String...).
- testInitOkNoTags() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.TimerRepresentationTest
-
Tests TimerRepresentation.parseTimer(JsonObject, String...).
- testInitOkNoTagsNoBaseUnitValue() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.MeterRepresentationTest
-
Tests GaugeRepresentation.parseGauge(JsonObject, String...).
- testInitOkNoTagsNoDescriptionValue() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.MeterRepresentationTest
-
Tests GaugeRepresentation.parseGauge(JsonObject, String...).
- testInitOkWithTags() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.CounterRepresentationTest
-
Tests CounterRepresentation.parseCounter(JsonObject, String...).
- testInitOkWithTags() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.GaugeRepresentationTest
-
Tests GaugeRepresentation.parseGauge(JsonObject, String...).
- testInitOkWithTags() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.MeterRepresentationTest
-
Tests GaugeRepresentation.parseGauge(JsonObject, String...).
- testInitOkWithTags() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.TimerRepresentationTest
-
Tests TimerRepresentation.parseTimer(JsonObject, String...).
- testInvalidJsonNoBaseUnit() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.MeterRepresentationTest
-
Tests GaugeRepresentation.parseGauge(JsonObject, String...).
- testInvalidJsonNoDescription() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.MeterRepresentationTest
-
Tests GaugeRepresentation.parseGauge(JsonObject, String...).
- testInvalidJsonNoName() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.MeterRepresentationTest
-
Tests GaugeRepresentation.parseGauge(JsonObject, String...).
- testInvalidJsonNoNameValue() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.MeterRepresentationTest
-
Tests GaugeRepresentation.parseGauge(JsonObject, String...).
- testJavaEnvironment() - Method in class test.de.iip_ecosphere.platform.services.environment.JavaEnvironmentTest
-
Tests the Java implementation.
- testLists() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.MetricsProviderTest
-
Tests the lists returned by the provider.
- testMaxTimeConversion() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.TimerRepresentationTest
-
Tests TimerRepresentation.max(TimeUnit).
- testMeasure() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.CounterRepresentationTest
-
Tests CounterRepresentation.measure().
- testMeasure() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.GaugeRepresentationTest
-
Tests GaugeRepresentation.measure().
- testMeasure() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.TimerRepresentationTest
-
Tests TimerRepresentation.measure().
- testNameInitEmptyName() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.MeterRepresentationTest
-
Tests GaugeRepresentation.createNewGauge(String).
- testNameInitNullName() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.MeterRepresentationTest
-
Tests GaugeRepresentation.createNewGauge(String).
- testNameInitOk() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.CounterRepresentationTest
-
Tests CounterRepresentation.createNewCounter(String).
- testNameInitOk() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.GaugeRepresentationTest
-
Tests GaugeRepresentation.createNewGauge(String).
- testNameInitOk() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.MeterRepresentationTest
-
Tests GaugeRepresentation.createNewGauge(String).
- testNameInitOk() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.TimerRepresentationTest
-
Tests TimerRepresentation.createNewTimer(String).
- testNamingSupport() - Method in class test.de.iip_ecosphere.platform.services.environment.AbstractProcessService4PythonTest
-
Tests the naming support methods.
- testNamingSupport() - Method in class test.de.iip_ecosphere.platform.services.environment.ProcessServiceTest
-
Tests the naming support methods.
- testProcessService() - Method in class test.de.iip_ecosphere.platform.services.environment.AbstractProcessService4PythonTest
-
Tests the process-based service classes.
- testProcessService() - Method in class test.de.iip_ecosphere.platform.services.environment.ProcessServiceTest
-
Tests the process-based service classes.
- testPythonEnvironment() - Method in class test.de.iip_ecosphere.platform.services.environment.PythonEnvironmentTest
-
Tests the Python implementation.
- testPythonEnvironment(String) - Method in class test.de.iip_ecosphere.platform.services.environment.PythonEnvironmentTest
-
Tests the Python implementation.
- testPythonEnvironmentHttp() - Method in class test.de.iip_ecosphere.platform.services.environment.PythonEnvironmentTest
-
Tests the Python implementation.
- testPythonEnvironmentHttps() - Method in class test.de.iip_ecosphere.platform.services.environment.PythonEnvironmentTest
-
Tests the Python implementation.
- testPythonTestSuite() - Method in class test.de.iip_ecosphere.platform.services.environment.PythonEnvironmentSuiteTest
-
Runs the the Python test suite.
- testReconfigureFailWithoutRecovery() - Method in class test.de.iip_ecosphere.platform.services.environment.ReconfigureTest
-
Tests a failing reconfiguration without recovery, i.e., some values may be changed or not.
- testReconfigureFailWithRecovery() - Method in class test.de.iip_ecosphere.platform.services.environment.ReconfigureTest
-
Tests a failing reconfiguration with recovery, i.e., nothing shall happen.
- testReconfigureNull() - Method in class test.de.iip_ecosphere.platform.services.environment.ReconfigureTest
-
Tests whether reconfiguration with certain null values does not harm.
- testReconfigureSuccessful() - Method in class test.de.iip_ecosphere.platform.services.environment.ReconfigureTest
-
Tests a successful reconfiguration without.
- testRecordCallable() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.TimerRepresentationTest
-
Tests TimerRepresentation.recordCallable(java.util.concurrent.Callable).
- testRecordLong() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.TimerRepresentationTest
-
Tests TimerRepresentation.count(), TimerRepresentation.totalTime(TimeUnit) and
TimerRepresentation.max(TimeUnit).
- testRecordRunnable() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.TimerRepresentationTest
-
Tests TimerRepresentation.record(Runnable).
- testRecordSupplier() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.TimerRepresentationTest
-
Tests TimerRepresentation.record(java.util.function.Supplier).
- testSelector() - Method in class test.de.iip_ecosphere.platform.services.environment.ServiceSelectorTest
-
Tests the selector.
- TestService(TypeTranslator<String, String>, TypeTranslator<String, String>, ReceptionCallback<String>, YamlService) - Constructor for class test.de.iip_ecosphere.platform.services.environment.AbstractProcessService4PythonTest.TestService
-
Creates an instance of the service with the required type translators.
- TestService(TypeTranslator<String, String>, TypeTranslator<String, String>, ReceptionCallback<String>, YamlService) - Constructor for class test.de.iip_ecosphere.platform.services.environment.ProcessServiceTest.TestService
-
Creates an instance of the service with the required type translators.
- testService() - Method in class test.de.iip_ecosphere.platform.services.environment.services.TraceToAasServiceTest
-
Tests the service.
- testService() - Method in class test.de.iip_ecosphere.platform.services.environment.ServiceTest
-
Tests part of the service interface.
- testSetClient() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.metricsAas.MetricsAasConstructionBundleTest
-
Tests setting the client.
- testSetInvocablesCreator() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.metricsAas.MetricsAasConstructionBundleTest
-
Tests setting the invocables creator.
- testSetProtocolBuilder() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.metricsAas.MetricsAasConstructionBundleTest
-
Tests setting the protocol builder.
- testSetSubmodelBuilder() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.metricsAas.MetricsAasConstructionBundleTest
-
Tests setting the submodel builder.
- testStarter() - Method in class test.de.iip_ecosphere.platform.services.environment.StarterTest
-
Tests the starter.
- testStringValueOfBytes() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.CapacityBaseUnitTest
-
Tests CapacityBaseUnit.BYTES.
- testStringValueOfGigabytes() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.CapacityBaseUnitTest
-
Tests CapacityBaseUnit.GIGABYTES.
- testStringValueOfKilobytes() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.CapacityBaseUnitTest
-
Tests CapacityBaseUnit.KILOBYTES.
- testStringValueOfMegabytes() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.CapacityBaseUnitTest
-
Tests CapacityBaseUnit.MEGABYTES.
- testStringValueOfTerabytes() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.CapacityBaseUnitTest
-
Tests CapacityBaseUnit.TERABYTES.
- testSyncProcessService() - Method in class test.de.iip_ecosphere.platform.services.environment.PythonProcessServiceTest
-
Tests the process-based service classes.
- testTagNoKey() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.MeterRepresentationTest
-
Tests GaugeRepresentation.parseGauge(JsonObject, String...).
- testTagNoValue() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.MeterRepresentationTest
-
Tests GaugeRepresentation.parseGauge(JsonObject, String...).
- testTagRandomString() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.MeterRepresentationTest
-
Tests GaugeRepresentation.parseGauge(JsonObject, String...).
- testTakeSnapshot() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.TimerRepresentationTest
-
Tests TimerRepresentation.takeSnapshot().
- testTimerCrudOperations() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.MetricsProviderTest
-
Tests MetricsProvider Timer CRUD operations.
- testTotalTimeConversion() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.TimerRepresentationTest
-
Tests TimerRepresentation.totalTime(TimeUnit).
- TestUtils - Class in test.de.iip_ecosphere.platform.services.environment.metricsProvider.utils
-
Class to avoid repetition of code in testing environment.
This class extracts a JsonObject from a resource and has some timed methods.
- TestUtils() - Constructor for class test.de.iip_ecosphere.platform.services.environment.metricsProvider.utils.TestUtils
-
- testValueOfBytes() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.CapacityBaseUnitTest
-
Tests CapacityBaseUnit.valueOf(String).
- testValueOfGigabytes() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.CapacityBaseUnitTest
-
Tests CapacityBaseUnit.valueOf(String).
- testValueOfKilobytes() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.CapacityBaseUnitTest
-
Tests CapacityBaseUnit.valueOf(String).
- testValueOfMegabytes() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.CapacityBaseUnitTest
-
Tests CapacityBaseUnit.valueOf(String).
- testValueOfNull() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.CapacityBaseUnitTest
-
Tests CapacityBaseUnit.valueOf(String).
- testValueOfRandomString() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.CapacityBaseUnitTest
-
Tests CapacityBaseUnit.valueOf(String).
- testValueOfterabytes() - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.CapacityBaseUnitTest
-
Tests CapacityBaseUnit.valueOf(String).
- testYaml() - Method in class test.de.iip_ecosphere.platform.services.environment.YamlTest
-
Tests the basic YAML service descriptor reading.
- threeSecondRunnable() - Static method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.utils.TestUtils
-
Runs/waits for three seconds.
- threeSecondSupplier() - Static method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.utils.TestUtils
-
- ThrowingRunnable - Interface in test.de.iip_ecosphere.platform.services.environment.metricsProvider.utils
-
- TimerRepresentationTest - Class in test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations
-
Tests TimerRepresentation.
- TimerRepresentationTest() - Constructor for class test.de.iip_ecosphere.platform.services.environment.metricsProvider.meterRepresentations.TimerRepresentationTest
-
- timestamp - Variable in class test.de.iip_ecosphere.platform.services.environment.services.TraceToAasServiceMain.MyData
-
- to(String) - Method in class test.de.iip_ecosphere.platform.services.environment.AbstractProcessService4PythonTest.InDataTypeTranslator
-
- to(String) - Method in class test.de.iip_ecosphere.platform.services.environment.AbstractProcessService4PythonTest.OutDataTypeTranslator
-
- to(String) - Method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.MonitoredTranslatingProtocolAdapterTest.ConnectorOutTranslator
-
- to(String) - Method in class test.de.iip_ecosphere.platform.services.environment.ProcessServiceTest.InDataTypeTranslator
-
- to(String) - Method in class test.de.iip_ecosphere.platform.services.environment.ProcessServiceTest.OutDataTypeTranslator
-
- to(Rec13) - Method in class test.de.iip_ecosphere.platform.services.environment.pythonEnv.Rec13InTranslator
-
- to(String) - Method in class test.de.iip_ecosphere.platform.services.environment.pythonEnv.Rec13OutTranslator
-
- toString() - Method in class test.de.iip_ecosphere.platform.services.environment.pythonEnv.Rec13Impl
-
- TraceToAasServiceMain - Class in test.de.iip_ecosphere.platform.services.environment.services
-
Simple program to run TraceToAAS in server environment, e.g., for development.
- TraceToAasServiceMain() - Constructor for class test.de.iip_ecosphere.platform.services.environment.services.TraceToAasServiceMain
-
- TraceToAasServiceMain.MyData - Class in test.de.iip_ecosphere.platform.services.environment.services
-
A simple data class.
- TraceToAasServiceMain.MyLifecycleDescriptor - Class in test.de.iip_ecosphere.platform.services.environment.services
-
An internal lifecycle descriptor (mocking the platform).
- TraceToAasServiceTest - Class in test.de.iip_ecosphere.platform.services.environment.services
-
Tests TraceToAasService.
- TraceToAasServiceTest() - Constructor for class test.de.iip_ecosphere.platform.services.environment.services.TraceToAasServiceTest
-
- twoSecondRunnable() - Static method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.utils.TestUtils
-
Runs/waits for two seconds.
- twoSecondSupplier() - Static method in class test.de.iip_ecosphere.platform.services.environment.metricsProvider.utils.TestUtils
-