Main Neurospaces logo neurospaces 0.1675 Thu, 27 Dec 2007 15:58:18 -0600 hugo

Index of group ./specifications/commands


Index
Up

commands

1. System shell interaction
2. Working element

1. System shell interaction

Startup command : bin/genesis-g3

(No model has been loaded for the following set of commands.)

1.1. Is startup successful ?

1. Expected output
GENESIS 3 shell

1.2. Can we execute system shell commands ?

1. Executed command
sh ls
2. Expected output
Makefile
3. Comment
we do expect to find a Makefile in the test directory

2. Working element

Startup command : bin/genesis-g3

(No model has been loaded for the following set of commands.)

2.1. Is startup successful ?

1. Expected output
GENESIS 3 shell

2.2. Can we create a cell ?

1. Executed command
create cell /c
2. Expected output

2.3. Can we create a segment ?

1. Executed command
create segment /c/s
2. Expected output

2.4. Can we change the working element to the cell, absolute path ?

1. Executed command
ce /c
2. Expected output

2.5. Has the working element changed to the cell, absolute path ?

1. Executed command
pwe
2. Expected output
/c

2.6. Can we change the working element to the segment, absolute path ?

1. Executed command
ce /c/s
2. Expected output

2.7. Has the working element changed to the segment, absolute path ?

1. Executed command
pwe
2. Expected output
/c/s

2.8. Can we change the working element to the cell, relative path ?

1. Executed command
ce ../..
2. Expected output

2.9. Has the working element changed to the cell, relative path ?

1. Executed command
pwe
2. Expected output
/

2.10. Can we change the working element to the cell, relative path ?

1. Executed command
ce c
2. Expected output

2.11. Has the working element changed to the cell, relative path ?

1. Executed command
pwe
2. Expected output
/c

2.12. Can we change the working element to the segment, relative path ?

1. Executed command
ce s
2. Expected output

2.13. Has the working element changed to the segment, relative path ?

1. Executed command
pwe
2. Expected output
/c/s