More updates for issue 45. Removing exception if connection is not closed,
re-adding the exception for re-opening an already-open connection and
updating tests to match
Changing EntityConnection to use events to keep its State current with
underlying store connection
Adding state change handler and updating properties files (due to bad
merge)
Remove methods etc no longer needed to raise events (it is now done by
subscribing to the underlying store connection events)
Updates for issue 45. Updating tests now we subscribe to underlying store
connection
Adding SetupGet() call to MockHelper. Now that EntityConnection's initial
state depends on Store connection, MockHelper needs SetupGet() defined.
Inlining ResetStoreConnection and removing
SetEntityClientConnectionStateToOpen()
↧