Skip to content

yaur/SpellUnit

Repository files navigation

SpellUnit is a simple set of tools of incorporating spelling and grammar checks into your .NET unit tests. Currently this consists of:

  • Core unit test running and configuration engine
  • String extractor for ServiceStack related documentation attributes
  • Integration of spellchecking through NHunspell
  • Trivial grammar validation
  • Command line tool to list the validation failures of a given assembly

Since spell unit uses MEF to import both string extractors and validators both are ridiculously easy to integrate with the library. For an example of how to use the library take a look at the “SpellUnitBasicTests” that demonstrates how to incorporate the library into your unit tests.

About

Spell checking for unit tests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages