Class VectorExtractorTests
A test class that holds unit tests for the VectorExtractor class.
Inherited Members
Namespace: Phoenix.Plugin.Aruba.Tests
Assembly: Phoenix.Plugin.Aruba.Tests.dll
Syntax
[TestClass]
public class VectorExtractorTests
Methods
View SourceTestInvalid2DVectorInOneField()
Tests that null is returned if an invalid input is entered from one field for 2D location data.
Declaration
[TestMethod]
public void TestInvalid2DVectorInOneField()
TestInvalid2DVectorInSeparateFields()
Tests that null is returned if an invalid input is entered from separate fields for 2D location data.
Declaration
[TestMethod]
public void TestInvalid2DVectorInSeparateFields()
TestInvalidVector3DInOneField()
Tests that null is returned if an invalid input is entered from one field for 3D location data.
Declaration
[TestMethod]
public void TestInvalidVector3DInOneField()
TestInvalidVector3DInSeparateFields()
Tests that null is returned if an invalid input is entered from separate fields for 3D location data.
Declaration
[TestMethod]
public void TestInvalidVector3DInSeparateFields()
TestTryConvertWithNull()
Tests that null is returned if null is entered as input.
Declaration
[TestMethod]
public void TestTryConvertWithNull()
TestValid2DVectorInOneField()
Tests that a vector is extracted from valid 2D location input in one field.
Declaration
[TestMethod]
public void TestValid2DVectorInOneField()
TestValid2DVectorInSeparateFields()
Tests that a vector is extracted from valid 2D location input in separate fields.
Declaration
[TestMethod]
public void TestValid2DVectorInSeparateFields()
TestValidVector3DInOneField()
Tests that a vector is extracted from valid 3D location input in one field.
Declaration
[TestMethod]
public void TestValidVector3DInOneField()
TestValidVector3DInSeparateFields()
Tests that a vector is extracted from valid 3D location input in separate fields.
Declaration
[TestMethod]
public void TestValidVector3DInSeparateFields()
TryTestConvertWithNullDelimiter()
Tests that an exception is thrown if the delimiter is defined as null.
Declaration
[TestMethod]
public void TryTestConvertWithNullDelimiter()
TryTestConvertWithNullFilterRegex()
Tests that null is returned if the filter regex is null.
Declaration
[TestMethod]
public void TryTestConvertWithNullFilterRegex()