newStorage
Returns a fresh, empty RaftStorage instance.
Called once per test — each test drives its own independent storage. The instance must start with term() == 0L, votedFor() == null, and entries() == emptyList().
Returns a fresh, empty RaftStorage instance.
Called once per test — each test drives its own independent storage. The instance must start with term() == 0L, votedFor() == null, and entries() == emptyList().