CSLA.NET 6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
ResourceStringTests.cs
Go to the documentation of this file.
1using NUnit.Framework;
2using System;
3
5{
6 [TestFixture]
7 public class ResourceStringTests
8 {
9 [Test]
11 {
12 try
13 {
15 }
16 catch (Exception ex)
17 {
18 Assert.Fail(string.Format("{0}: {1}", ex.GetType().Name, ex.Message));
19 }
20 }
21 }
22}
A strongly-typed resource class, for looking up localized strings, etc.
static string MaxValueRule
Looks up a localized string similar to {0} can not exceed {1}.