()
| 20 | ) |
| 21 | |
| 22 | func testNodeConfig() *Config { |
| 23 | return &Config{ |
| 24 | Name: "test node", |
| 25 | P2P: p2p.Config{PrivateKey: testNodeKey}, |
| 26 | } |
| 27 | } |
| 28 | |
| 29 | // Tests that an empty protocol stack can be started, restarted and stopped. |
| 30 | func TestNodeLifeCycle(t *testing.T) { |
no outgoing calls
no test coverage detected