Skip to content

Instantly share code, notes, and snippets.

@plioi
Created June 4, 2014 02:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plioi/aa7b61b34740dcc674e8 to your computer and use it in GitHub Desktop.
Save plioi/aa7b61b34740dcc674e8 to your computer and use it in GitHub Desktop.
public class SamplesAssembly : TestAssembly
{
public SamplesAssembly()
{
Apply<Categories.CustomConvention>();
Apply<Explicit.CustomConvention>();
Apply<Inclusive.CustomConvention>();
Apply<IoC.CustomConvention>();
Apply<LowCeremony.CustomConvention>();
Apply<NUnitStyle.CustomConvention>();
Apply<Parameterized.CustomConvention>();
Apply<Shuffle.CustomConvention>();
Apply<Skipped.CustomConvention>();
Apply<xUnitStyle.CustomConvention>();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment