Show / Hide Table of Contents

Class VectorExtractorTests

A test class that holds unit tests for the VectorExtractor class.

Inheritance
object
VectorExtractorTests
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Plugin.Aruba.Tests
Assembly: Phoenix.Plugin.Aruba.Tests.dll
Syntax
[TestClass]
public class VectorExtractorTests

Methods

View Source

TestInvalid2DVectorInOneField()

Tests that null is returned if an invalid input is entered from one field for 2D location data.

Declaration
[TestMethod]
public void TestInvalid2DVectorInOneField()
View Source

TestInvalid2DVectorInSeparateFields()

Tests that null is returned if an invalid input is entered from separate fields for 2D location data.

Declaration
[TestMethod]
public void TestInvalid2DVectorInSeparateFields()
View Source

TestInvalidVector3DInOneField()

Tests that null is returned if an invalid input is entered from one field for 3D location data.

Declaration
[TestMethod]
public void TestInvalidVector3DInOneField()
View Source

TestInvalidVector3DInSeparateFields()

Tests that null is returned if an invalid input is entered from separate fields for 3D location data.

Declaration
[TestMethod]
public void TestInvalidVector3DInSeparateFields()
View Source

TestTryConvertWithNull()

Tests that null is returned if null is entered as input.

Declaration
[TestMethod]
public void TestTryConvertWithNull()
View Source

TestValid2DVectorInOneField()

Tests that a vector is extracted from valid 2D location input in one field.

Declaration
[TestMethod]
public void TestValid2DVectorInOneField()
View Source

TestValid2DVectorInSeparateFields()

Tests that a vector is extracted from valid 2D location input in separate fields.

Declaration
[TestMethod]
public void TestValid2DVectorInSeparateFields()
View Source

TestValidVector3DInOneField()

Tests that a vector is extracted from valid 3D location input in one field.

Declaration
[TestMethod]
public void TestValidVector3DInOneField()
View Source

TestValidVector3DInSeparateFields()

Tests that a vector is extracted from valid 3D location input in separate fields.

Declaration
[TestMethod]
public void TestValidVector3DInSeparateFields()
View Source

TryTestConvertWithNullDelimiter()

Tests that an exception is thrown if the delimiter is defined as null.

Declaration
[TestMethod]
public void TryTestConvertWithNullDelimiter()
View Source

TryTestConvertWithNullFilterRegex()

Tests that null is returned if the filter regex is null.

Declaration
[TestMethod]
public void TryTestConvertWithNullFilterRegex()
  • View Source
In this article
Back to top Generated by DocFX