-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up optical mock test data (#1519)
* Refactored optical mock tests to use GlobalTestBase, and to split validation checks into separate file * Added missing includes to ValidationUtils.hh * Changed templated unit constructors in optical tests to not explicitly require real_types * Added some of Seth's suggested changes * Test of using googletest formatters for grids and tables * Cleaned up changes to GridAccessor and formatting * Removed dangling override of IsVecEq in ValidationUtils.cc * Fixed size_t vs size_type in native_array_from * Changed native_array_from signature to avoid collisions * Changed native_array_from_indexer to use integer sequence to support size_type instead of size_t * Removed native_array_from for fixed size array argument * Sort optical tests in cmakelists
- Loading branch information
Showing
15 changed files
with
825 additions
and
643 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.