mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
WPILibJ More Integration Tests
Refactors the MotorEncoderTest to make use of the parameterized testing framework Adds a test for the Preferences Class Updates the TiltPanCameraTest to work Makes the TimerTest use math for long values Adds a Button Test to Test the internal Button Speeds up the FakeCounterSource/FakeEncoderSource to decrease test time Moves the AbstractComsSetup Block to a static method so that it only runs once Updates the logging.properties class so that tests are quieter Change-Id: I70b39f34122e6398f406a63e6ef04cde9fbe95ef
This commit is contained in:
@@ -29,6 +29,11 @@
|
||||
<artifactId>hamcrest-core</artifactId>
|
||||
<version>1.3</version>
|
||||
</dependency>
|
||||
<!--dependency>
|
||||
<groupId>com.googlecode.junit-toolbox</groupId>
|
||||
<artifactId>junit-toolbox</artifactId>
|
||||
<version>1.8</version>
|
||||
</dependency-->
|
||||
</dependencies>
|
||||
|
||||
<profiles>
|
||||
@@ -109,6 +114,12 @@
|
||||
<version>1.3</version>
|
||||
<type>jar</type>
|
||||
</artifactItem>
|
||||
<!--artifactItem>
|
||||
<groupId>com.googlecode.junit-toolbox</groupId>
|
||||
<artifactId>junit-toolbox</artifactId>
|
||||
<version>1.8</version>
|
||||
<type>jar</type>
|
||||
</artifactItem-->
|
||||
</artifactItems>
|
||||
<outputDirectory>${project.build.directory}/classes</outputDirectory>
|
||||
</configuration>
|
||||
|
||||
Reference in New Issue
Block a user