updated README
parent
3a856779f3
commit
c36f641bbe
33
README.md
33
README.md
|
@ -38,13 +38,42 @@
|
|||
|
||||
### Variables:
|
||||
```
|
||||
--not set yet--
|
||||
private int id
|
||||
private String name
|
||||
private boolean power
|
||||
```
|
||||
___
|
||||
|
||||
### 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>
|
||||
|
|
Loading…
Reference in New Issue