Skip to content

Commit

Permalink
horizontal rule removed
Browse files Browse the repository at this point in the history
  • Loading branch information
danseid committed Nov 20, 2012
1 parent a8e852f commit 0c2bbbf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Expand Up @@ -9,17 +9,13 @@

##Usage

--------------------


__1. Import `import org.katchers.*`__

__2. Write assertions `1 should be equal 1`__

##Syntax

--------------------

Every matcher expression starts with a *__result__* we want to validate, followed by *__should__*, a *__verb__(i.e.: be, have, contain ...)*, *__matchfunction__(depends on type of result and verb we are using)* and *__expected value__(depends on matchfunction)*.

<result|object> should <verb> <matchfunction> <expected>
Expand All @@ -30,8 +26,6 @@ Every verb can be negated by __!__ operator

##List of katchers

--------------------

###Any
Any matchers may be used on any type of object.
####be | !be equal
Expand Down

0 comments on commit 0c2bbbf

Please sign in to comment.