mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[wpilib] Use inclusive language where practical (#2533)
Co-authored-by: Austin Shalit <austinshalit@gmail.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*----------------------------------------------------------------------------*/
|
||||
/* Copyright (c) 2008-2018 FIRST. All Rights Reserved. */
|
||||
/* Copyright (c) 2008-2020 FIRST. All Rights Reserved. */
|
||||
/* Open Source Software - may be modified and shared by FRC teams. The code */
|
||||
/* must be accompanied by the FIRST BSD license file in the root directory of */
|
||||
/* the project. */
|
||||
@@ -10,7 +10,7 @@ package edu.wpi.first.wpilibj.fixtures;
|
||||
import edu.wpi.first.wpilibj.test.TestBench;
|
||||
|
||||
/**
|
||||
* Master interface for all test fixtures. This ensures that all test fixtures have setup and
|
||||
* Common interface for all test fixtures. This ensures that all test fixtures have setup and
|
||||
* teardown methods, to ensure that the tests run properly. Test fixtures should be modeled around
|
||||
* the content of a test, rather than the actual physical layout of the testing board. They should
|
||||
* obtain references to hardware from the {@link TestBench} class, which is a singleton. Testing
|
||||
|
||||
Reference in New Issue
Block a user