Files
DP44/DataPRO/UnitTest/.svn/pristine/b0/b081ed6cac5b9b79c2c9a2c63dd15444149c0110.svn-base

31 lines
833 B
Plaintext
Raw Permalink Normal View History

2026-04-17 14:55:32 -04:00
using System;
using System.Collections.Generic;
using System.Text;
using System.Data.SqlClient;
using NUnit.Framework;
using System.Data;
namespace DatabaseUnitTesting
{
[TestFixture]
public class DefaultPropertiesTests : TestSetups
{
//[Test]
// ============================================================
// Verify update a default property
//
//
// ============================================================
//[Test]
// ============================================================
// Verify retrieval of a default property
//
//
// ============================================================
}
}