-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathecosystem.html
More file actions
64 lines (61 loc) · 2.12 KB
/
ecosystem.html
File metadata and controls
64 lines (61 loc) · 2.12 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="refresh" content="10">
<title>Test Driven Workshops</title>
<meta name="author" content="Simon Caplette">
<link rel="stylesheet" href="css/tdw.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/screen.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/print.css" type="text/css" media="print" />
</head>
<body>
<div class="container">
<div class="span-24">
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="workshops.html">Our Workshops</a></li>
<li><a href="team.html">Our Team</a></li>
<li><a href="resources.html">Our Resources</a></li>
<li><a class="current" href="ecosystem.html">Ecosystem</a></li>
</ul>
<h1>Test Driven Workshops</h1>
<h2 class="quiet">Making your developers agile & happy</h2>
</nav>
</header>
</div>
</div>
<div class="container">
<div class="span-24">
<p class="disclaimer">Today, the large number of test driven frameworks & tools show
how doing great entreprise software is all about making sure your software is <strong>tested</strong> and <strong>testable</strong></p>
</div>
<div class="span-24">
<div class="ecosystem-item span-5">
<a href="http://www.junit.org/"><img src="img/junit.jpg" /></a>
<div>
<h3>JUnit</h3>
<p>JUnit is the indispensable unit test framework for Java developers</p>
</div>
</div>
<div class="ecosystem-item span-9">
<a href="http://code.google.com/p/mockito/"><img class="smaller" src="img/mockito.jpg" /></a>
<div>
<h3>Mockito</h3>
<p>Mockito is a mocking framework that tastes really good</p>
</div>
</div>
<div class="ecosystem-item span-9">
<a href="http://code.google.com/p/fest/"><img src="img/fest-assert.jpg" /></a>
<div>
<h3>Fest assert</h3>
<p>Mockito is a mocking framework that tastes really good</p>
</div>
</div>
</div>
</div>
</body>
</html>