From af382c841503760a7645bbec4e62575bba66e6c8 Mon Sep 17 00:00:00 2001
From: Martin Goik <goik@hdm-stuttgart.de>
Date: Mon, 4 Dec 2017 10:51:37 +0100
Subject: [PATCH] Selected Junit methods

---
 Doc/Sd1/objectsClasses.xml | 42 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/Doc/Sd1/objectsClasses.xml b/Doc/Sd1/objectsClasses.xml
index 3d5cf619d..665025e64 100644
--- a/Doc/Sd1/objectsClasses.xml
+++ b/Doc/Sd1/objectsClasses.xml
@@ -9008,6 +9008,48 @@ static public int getFirstNegative(int a, int b) {
       <para>Yeah! Conquer next level ...</para>
     </figure>
 
+    <figure xml:id="sd1_fig_availableResultMethods">
+      <title>Available comparison methods</title>
+
+      <itemizedlist>
+        <listitem>
+          <para><methodname
+          xlink:href="http://junit.org/junit4/javadoc/latest/org/junit/Assert.html">assertEquals([String
+          message],...)</methodname> </para>
+        </listitem>
+
+        <listitem>
+          <para><methodname
+          xlink:href="http://junit.org/junit4/javadoc/latest/org/junit/Assert.html">assertArrayEquals([String
+          message],...)</methodname></para>
+        </listitem>
+
+        <listitem>
+          <para><methodname
+          xlink:href="http://junit.org/junit4/javadoc/latest/org/junit/Assert.html">assertFalse([String
+          message],...)</methodname></para>
+        </listitem>
+
+        <listitem>
+          <para><methodname
+          xlink:href="http://junit.org/junit4/javadoc/latest/org/junit/Assert.html">assertNotEquals([String
+          message],...)</methodname></para>
+        </listitem>
+
+        <listitem>
+          <para><methodname
+          xlink:href="http://junit.org/junit4/javadoc/latest/org/junit/Assert.html">assertNull([String
+          message],...)</methodname></para>
+        </listitem>
+
+        <listitem>
+          <para><methodname
+          xlink:href="http://junit.org/junit4/javadoc/latest/org/junit/Assert.html">fail([String
+          message],...)</methodname></para>
+        </listitem>
+      </itemizedlist>
+    </figure>
+
     <qandaset defaultlabel="qanda" xml:id="sd1QandaSumInteger">
       <title>Summing up integers to a given limit</title>
 
-- 
GitLab