Package org.testfx.internal
Class PlatformAdapter
java.lang.Object
org.testfx.internal.PlatformAdapter
Provides an API for platform specific features.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static PlatformAdapter.OS
Stores the operating system we are running on. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
os
Stores the operating system we are running on. Shouldn't change during execution, so singleton.
-
-
Constructor Details
-
PlatformAdapter
public PlatformAdapter()
-
-
Method Details
-
getOs
Gets the operating system.- Returns:
- the operating system
-