Nailed the unit test coverage for all classes in the root namespace at 100%; fixed ugly german comment in ReadOnlyDictionary; moved AbstractFactory interface for FactoryEmployer in Nuclex.Support.Plugins into its own file; wrote unit tests for the PluginHelper, Shared, StringSegment and WeakReference classes
git-svn-id: file:///srv/devel/repo-conversion/nusu@93 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
ddff1d8353
commit
cb0355193d
16 changed files with 738 additions and 46 deletions
|
@ -98,8 +98,8 @@ namespace Nuclex.Support.Collections {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>Collection aller Werte im Dictionary</summary>
|
||||
public ICollection<ValueType> Values { // TODO: RO-Wrappen!
|
||||
/// <summary>Collection of all values contained in the Dictionary</summary>
|
||||
public ICollection<ValueType> Values {
|
||||
get {
|
||||
if(this.readonlyValueCollection == null) {
|
||||
this.readonlyValueCollection = new ReadOnlyCollection<ValueType>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue