This website requires JavaScript.
Explore
Help
Sign In
Learning
/
mRemoteNG
Watch
1
Star
0
Fork
0
You've already forked mRemoteNG
mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced
2026-02-17 22:11:48 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c471f621b2be134559619cc4d54db134b73d7889
mRemoteNG
/
mRemoteNGTests
/
Connection
History
David Sparer
c471f621b2
#141
ConnectionInfo now listens to collection changed events from the ProtocolList and raises a PropertyChanged event for OpenConnections when the list contents changes.
2016-10-05 12:37:05 -06:00
..
Protocol
Created test to check for safe indexer handling of unknown object types
2016-10-05 11:51:44 -06:00
AbstractConnectionInfoDataTests.cs
Implemented INotifyPropertyChanged on AbstractConnectionInfoData (and thus on every connectioninfo subtype)
2016-09-19 12:54:01 -06:00
ConnectionInfoComparerTests.cs
Created tests for the ConnectionInfoComparer
2016-09-28 13:52:21 -06:00
ConnectionInfoInheritanceTests.cs
Refactored much of the inheritance code to use System.Reflection instead of hardcoded values.
2016-08-09 10:34:51 -06:00
ConnectionInfoTests.cs
#141
ConnectionInfo now listens to collection changed events from the ProtocolList and raises a PropertyChanged event for OpenConnections when the list contents changes.
2016-10-05 12:37:05 -06:00
DefaultConnectionInfoTests.cs
New connection entries now get their initial data from the DefaultConnectionInfo
2016-08-15 10:51:56 -06:00
DefaultConnectionInheritanceTests.cs
Created several simple unit & integration tests for DefaultConnectionInheritance
2016-08-10 09:06:44 -06:00