updated README

main
Philipp3107 2022-12-08 23:41:18 +01:00
parent 3a856779f3
commit c36f641bbe
1 changed files with 31 additions and 2 deletions

View File

@ -38,13 +38,42 @@
### Variables: ### Variables:
``` ```
--not set yet-- private int id
private String name
private boolean power
``` ```
___ ___
### Methods: ### Methods:
``` ```
--not set yet-- public R2D2():R2D2
//implemented from interface Robotcontrol
public getId():int
public getName():String
public triggerPowerSWitch():void
public isPowerOn():boolean
```
<h2 align="center"> TestKlasse R2D2Test </h2>
### Variables:
```
public int id
public String name
public R2D2 Herbert
```
___
### Methods:
```
@BeforeEach
setup():void
@Test
getName():void
triggerPowerSwitch():void
iPowerOn():void
``` ```
<h2 align="center"> Klasse C3PO </h2> <h2 align="center"> Klasse C3PO </h2>