Skip to content

Commit 7df3668

Browse files
author
Jan Schäfer
committed
Last changes before presentation
1 parent 49c5bb9 commit 7df3668

File tree

1 file changed

+23
-11
lines changed

1 file changed

+23
-11
lines changed

devoxxbe2016/index.html

+23-11
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151

5252
<section class="title">
5353
<h1>Behavior-Driven Development in Java with JGiven</h1>
54-
<h2 style="margin-top:60px; margin-bottom: 40px; color: #444">Dr. Jan Schäfer</h2>
54+
<h2 style="margin-top:60px; color: #444">Jan Schäfer</h2>
55+
<h3 style="margin-bottom: 40px;">@JanSchfr</h3>
5556
<a href="http://tngtech.com"><img style="margin-bottom:20px; margin-top:0px; height:40px;" src="img/tng.svg" /></a>
5657
<h3>7th Nov 2016</h3>
5758
<h4>Devoxx Belgium 2016</h4>
@@ -66,6 +67,8 @@ <h4>Devoxx Belgium 2016</h4>
6667
<a target="_blank" href="http://localhost:9967/petclinic/">
6768
<img src="img/petclinic.png" />
6869
</a>
70+
<small><a href="https://github.com/spring-projects/spring-petclinic">github.com/spring-projects/spring-petclinic</a></small>
71+
6972
</section>
7073
<section>
7174
<h2>Typical Test</h2>
@@ -97,13 +100,13 @@ <h2>Typical Test</h2>
97100
assertThat(pet.getId()).isNotNull();
98101
}
99102
</code></pre>
100-
<small>Example from <a href="https://github.com/spring-projects/spring-petclinic">github.com/spring-projects/spring-petclinic</a></small>
103+
<small><a href="https://github.com/spring-projects/spring-petclinic">github.com/spring-projects/spring-petclinic</a></small>
101104

102105
<!-- <img src="img/tdd.svg"> -->
103106
</section>
104107

105108
<section>
106-
<h2>Issues with typical automated tests</h2>
109+
<h2>Issues with Typical Tests</h2>
107110
<ul class="fa-ul bad">
108111
<li class="fragment">Many technical and irrelevant details</li>
109112
<li class="fragment">Point of the test often hard to grasp</li>
@@ -114,7 +117,6 @@ <h2>Issues with typical automated tests</h2>
114117

115118
</section>
116119

117-
118120
<!--
119121
<section>
120122
<h2>Reading vs Writing of Code</h2>
@@ -380,11 +382,16 @@ <h2>Goals</h2>
380382
</ul>
381383
</section>
382384

385+
<section>
386+
<h1>Demo</h1>
387+
</section>
388+
383389
<!--
384390
<section>
385391
<h1 style="opacity: 0.8; background: none; border:none; box-shadow:none; -webkit-text-stroke: 2px #555; font-size: 200px; color: white; text-shadow: 5px 5px 15px black">Demo</h1>
386392
</section>
387393
-->
394+
<!--
388395
<section>
389396
<h2>Scenarios in JGiven</h2>
390397
<pre><code data-trim>
@@ -425,7 +432,9 @@ <h2>Stage Classes</h2>
425432
}
426433
}
427434
</code></pre>
435+
428436
</section>
437+
-->
429438
<!--
430439
<section>
431440
<h2>Two Layers</h2>
@@ -463,6 +472,7 @@ <h2>Berichte</h2>
463472
</section>
464473
465474
-->
475+
<!--
466476
<section>
467477
<h2>Console Output</h2>
468478
<pre style="font-size:70%"><code>
@@ -475,8 +485,9 @@ <h2>Console Output</h2>
475485
</code></pre>
476486
477487
</section>
488+
-->
478489
<section>
479-
<h2>HTML5-App</h2>
490+
<h2>Example Reports</h2>
480491
<a target="_blank" href="examplereport/index.html"><img height="400px" src="img/jgivenhtml5app2.png"/></a>
481492
<ul>
482493
<li><a target="_blank" style="font-size: 30px" href="http://jgiven.org/jgiven-report/html5/">jgiven.org/jgiven-report/html5/</a> <a href="file:///home/jan/git/github/jgiven/jgiven-tests/build/reports/jgiven/html5/index.html" style="font-size:20px">(Local)</a></li>
@@ -509,7 +520,7 @@ <h2>Practical Experience</h2>
509520

510521
</section>
511522

512-
523+
<!--
513524
<section>
514525
<section>
515526
<h1>Additional Features</h1>
@@ -707,7 +718,7 @@ <h2>Plain Text</h2>
707718
</pre>
708719
</section>
709720
-->
710-
721+
<!--
711722
<section>
712723
<h2>Parameter Formatting</h2>
713724
<ul>
@@ -737,7 +748,7 @@ <h4>Report</h4>
737748
<code><pre>Given the machine is off</pre></code>
738749
</div>
739750
</section>
740-
751+
-->
741752
<!--
742753
<section>
743754
<h2>Tables als Parameter</h2>
@@ -748,6 +759,7 @@ <h2>Tables als Parameter</h2>
748759
</ul>
749760
</section>
750761
-->
762+
<!--
751763
<section>
752764
<h2>Tables as Parameters</h2>
753765
<pre><code>SELF the_following_books_are_on_stock( @Table String[][] stockTable ) {
@@ -805,7 +817,7 @@ <h2>Tables as Parameters</h2>
805817
<h3>HTML Report</h3>
806818
<a target="_blank" href="examplereport/index.html#/scenario/com.tngtech.jgiven.example.bookstore.OrderTest/ordering_a_book_reduces_the_stock"><img height="400px" src="img/tablesasparams.png" /></a>
807819
</section>
808-
820+
-->
809821

810822
<!--
811823
<section>
@@ -835,7 +847,7 @@ <h4>HTML-Bericht</h4>
835847
836848
</section>
837849
-->
838-
850+
<!--
839851
<section>
840852
<h2>@BeforeScenario und @AfterScenario</h2>
841853
<pre><code data-trim>
@@ -972,7 +984,7 @@ <h3>HTML Report</h3>
972984
973985
974986
</section>
975-
987+
-->
976988

977989
<section>
978990
<!--

0 commit comments

Comments
 (0)