Skip to content

Commit bdba9fb

Browse files
author
Jake Ginnivan
committed
Updated docs
1 parent 83ac1b3 commit bdba9fb

File tree

4 files changed

+2
-17
lines changed

4 files changed

+2
-17
lines changed

Docs/defining-conventions.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
layout: layout
3-
title: Defining Conventions
4-
---
5-
61
If you want to define your own conventions, it is really easy.
72

83
### Step 1

Docs/index.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
---
2-
3-
layout: layout
4-
5-
title: ConventionTests
6-
---
7-
81
## What is ConventionTests?
92

103
Convention over Configuration is a great way to cut down repetitive boilerplate code. But how do you validate that your code adheres to your conventions?

Docs/symmetric-conventions.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
layout: layout
3-
title: Symmetric Conventions
4-
---
5-
61
Symmetric conventions will verify a convention and also the inverse of that convention.
72

83
An example of a symmetric convention is `ClassTypeHasSpecificNamespace`. It can verify a particular class type (dto, domain object, event handler) lives in a certain namespace, but it will also verify that ONLY that class type lives in that namespace.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ TestStack.ConventionTests
66
[![NuGet](https://img.shields.io/nuget/vpre/TestStack.ConventionTests.svg)](https://www.nuget.org/packages/TestStack.ConventionTests)
77

88
[![Join the chat at https://gitter.im/TestStack/TestStack.ConventionTests](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/TestStack/TestStack.ConventionTests?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
9+
[![Documentation Status](https://readthedocs.org/projects/teststackconventiontests/badge/?version=latest)](http://teststackconventiontests.readthedocs.org/en/latest/?badge=latest)
10+
911

1012
### What is ConventionTests?
1113
Convention over Configuration is a great way to cut down repetitive boilerplate code.

0 commit comments

Comments
 (0)