21 lines
501 B
C#
21 lines
501 B
C#
using Bunit;
|
|
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
using FruitBankHybrid.Shared.Components.Grids.Partners;
|
|
|
|
namespace FruitBankHybrid.Shared.Tests
|
|
{
|
|
//[TestClass]
|
|
//public class GridPartnerRazorTests : Bunit.TestContext
|
|
//{
|
|
// [TestMethod]
|
|
// public void GridPartnerRendersWithoutError()
|
|
// {
|
|
// // Act
|
|
// var cut = RenderComponent<GridPartner>();
|
|
|
|
// // Assert
|
|
// Assert.IsNotNull(cut);
|
|
// }
|
|
//}
|
|
}
|