-
Notifications
You must be signed in to change notification settings - Fork 30
/
index.html
170 lines (141 loc) · 7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="AssertJ site">
<meta name="author" content="Joel Costigliola">
<title>AssertJ / Fluent assertions for java</title>
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Inconsolata|Source+Code+Pro|Open+Sans|Ubuntu|Varela+Round|Karla">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet">
<script src="highlight/highlight.pack.js"></script>
<link rel="stylesheet" href="highlight/styles/railscasts.css">
<script>hljs.initHighlightingOnLoad();</script>
<link href="css/assertj.min.css" rel="stylesheet">
<link rel="shortcut icon" href="favicon.png" />
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- You'll want to use a responsive image option so this logo looks good on devices - I recommend using something like retina.js (do a quick Google search for it and you'll find it) -->
<a class="navbar-brand" href="index.html">AssertJ</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="assertj-core-quick-start.html">Quick start</a></li>
<li><a href="assertj-news.html">News</a></li>
<li><a href="assertj-core.html">Core</a></li>
<li><a href="assertj-assertions-generator.html">Assertions generator</a></li>
<li><a href="assertj-guava.html">Guava</a></li>
<li><a href="assertj-joda-time.html">Joda-Time</a></li>
<li><a href="assertj-db.html">DB</a></li>
<li><a href="assertj-neo4j.html">Neo4j</a></li>
<li><a href="assertj-swing.html">Swing</a></li>
<li><a href="assertj-help.html">Help</a></li>
</ul>
</div>
</div>
</nav>
<div class="section">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="main-section">
<h1>AssertJ</h1>
<p>Fluent assertions for java </p>
</div>
</div>
</div>
<div class="col-lg-12 text-center">
<h2 style="color:darkblue;font-style: italic;"><u>AssertJ Core site has moved to <a href="https://assertj.github.io/doc/">https://assertj.github.io/doc/</a> </u></h2>
<h3>This site is still maintained for AssertJ modules (until their documentation is migrated)</h3>
</div>
</div>
</div>
<hr/>
<div class="section">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4">
<h3><i class="fa fa-check-circle"></i> Rich and easy to use</h3>
<p>AssertJ provides a rich set of assertions, truly helpful error messages, improves test code
readability and is designed to be super easy to use within your favorite IDE.</p>
<p>Get started right away with the <a
href="assertj-core-quick-start.html">one minute starting guide</a>, have a look at some of AssertJ <a
href="assertj-core-features-highlight.html">great features</a> or stay up to date with the latest
<a href="assertj-core-news.html">releases</a>.</p>
<p>If you are convinced by AssertJ, you can automatically <a href="assertj-core-converting-junit-assertions-to-assertj.html#automatic-conversion">convert your JUnit assertions to AssertJ.</a></p>
</div>
<div class="col-lg-4 col-md-4">
<h3><i class="fa fa-pencil"></i> Extensible</h3>
<p>You can easily write assertions for your own classes, which will make your test assertions reflect the
domain and is a way to use the <a href="http://en.wikipedia.org/wiki/Domain-driven_design">ubiquitous
language</a> in your tests !</p>
<p>We provide an <a href="assertj-assertions-generator.html">assertion generator</a> to quickly create assertions for
your domain model classes.</p>
</div>
<div class="col-lg-4 col-md-4">
<h3><i class="fa fa-users"></i> Community driven</h3>
<p>AssertJ only exists to help the dev community. We listen to users ideas to provide the most useful assertions.</p>
<p>AssertJ is a <a href="assertj-core.html#fork">fork</a> of the great Fest Assert library which is not maintained anymore.</p>
<p>AssertJ will remain open and free forever.</p>
</div>
</div>
</div>
</div>
<hr/>
<div class="section">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h1>AssertJ provides assertions for popular libraries</h1>
</div>
<div class="col-lg-4 col-md-4">
<h3><i class="fa fa-code"></i> Guava</h3>
<p>Provides assertions for Guava types like Multimap, Table, Optional or ByteSource.</p>
<p>Check AssertJ Guava assertions <a href="assertj-guava.html#latest-release">latest news</a> and <a href="assertj-guava.html">documentation</a>.</p>
</div>
<div class="col-lg-4 col-md-4">
<h3><i class="fa fa-code"></i> Joda Time</h3>
<p>Provides assertions for Joda Time types like DateTime and LocalDateTime. More will come
later, contributions are very welcome !
</p>
<p>Check AssertJ Joda Time assertions <a href="assertj-joda-time.html#latest-release">latest news</a> and <a href="assertj-joda-time.html">documentation</a>.</p>
</div>
<div class="col-lg-4 col-md-4">
<h3><i class="fa fa-code"></i> Neo4J</h3>
<p>Provides assertions for Neo4J types like Node, Path and Relationship.</p>
<p>Check AssertJ Neo4J assertions <a href="assertj-neo4j.html#latest-release">latest news</a> and <a href="assertj-neo4j.html">documentation</a>.</p>
<p>Neo4J assertions have been developed by <span class="contributor">Florent Biville</span>.</p>
</div>
</div>
</div>
</div>
<br>
<!--
<div class="container">
<footer>
<div class="row">
<div class="col-lg-12">
<p>AssertJ - Licensed under the Apache License, Version 2.0.</p>
</div>
</div>
</footer>
</div>
-->
<script src="js/jquery-1.10.2.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/modern-business.js"></script>
<script src="js/assertj.js"></script>
</body>
</html>