Präsentation

main
Ileyan Al Jaaf 2024-05-23 22:14:47 +02:00
parent bd34303452
commit dedc5ce002
3 changed files with 14 additions and 0 deletions

14
img/test.groovy 100644
View File

@ -0,0 +1,14 @@
class StackSpec extends Specification {
def "Hinzufügen eines Elementes vergrößert die Größe des Stacks"() { // 1
setup: "Eine neue Stack Instanz wird erstellt" // 2
def stack = new Stack()
when: // 3
stack.push(42);
then: //4
stack.size() == 1
}
}

BIN
keywords.pdf 100644

Binary file not shown.

BIN
keywords.pptx 100644

Binary file not shown.