-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor tests, splitting out Consolonia.NUnit library and a ton of u…
…nit tests (#143) * rename/move files/projects * update unit tests * Split unit tests out from consolonia support package * renamed test support library to Consolonia.NUnit and turned on package * renamed Consolonia.GalleryTests to Consolonia.Gallery.Tests * Created Consolonia.Core.Tests library * Added unit tests for * Pixels * PixelBackground * PixelForeground * SimpleSymbol * DrawingBoxSymbol * Glyph calculation * Colors * Refactored Gallery.Tests * Move type attribute up into gallery test because the way it was set up you couldn't double on a unit test and go to the unit test, and you could only have 1 unit test per class.
- Loading branch information
Showing
50 changed files
with
1,289 additions
and
219 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using System; | ||
using System.Runtime.CompilerServices; | ||
|
||
[assembly: InternalsVisibleTo("Consolonia.TestsCore")] | ||
[assembly: InternalsVisibleTo("Consolonia.Core.Tests")] | ||
|
||
[assembly: CLSCompliant(false)] //todo: should we make it compliant? |
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.