A cross-platform UI framework for .NET
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Jeremy Koritzinsky 814b6ebac7 Removed now unused test. 10 years ago
..
ExceptionValidatorTests.cs Finished wiring up validation support. Now exceptions and INotifyDataErrorInfo implementers will set controls into their ":invalid" pseudo-class state. 10 years ago
ExpressionNodeBuilderTests.cs Changed argument parser to parse everything as strings and refactored the IndexerNode.GetValue to special case places where we can check validity (and multidimensional arrays since they don't work like everything else). Removed LiteralParser since it isn't used by anything any more. 10 years ago
ExpressionNodeBuilderTests_Errors.cs Fixed directory name/namespace in tests. 11 years ago
ExpressionObserverTests_AttachedProperty.cs Added attached property support in bindings. 10 years ago
ExpressionObserverTests_Indexer.cs Added test for issue 284. 10 years ago
ExpressionObserverTests_Lifetime.cs Started implementing weak bindings. 10 years ago
ExpressionObserverTests_Negation.cs Don't throw in LogicalNotNode.SetValue. 10 years ago
ExpressionObserverTests_Observable.cs Added test for issue 284. 10 years ago
ExpressionObserverTests_PerspexProperty.cs Ensure that PerspexObject bindings are unsubbed. 10 years ago
ExpressionObserverTests_Property.cs Removed now unused test. 10 years ago
ExpressionObserverTests_SetValue.cs Added test for issue 284. 10 years ago
ExpressionObserverTests_Task.cs Added test for issue 284. 10 years ago
ExpressionSubjectTests.cs Added BindingError. 10 years ago
IndeiValidatorTests.cs Finished wiring up validation support. Now exceptions and INotifyDataErrorInfo implementers will set controls into their ":invalid" pseudo-class state. 10 years ago