using Microsoft.VisualStudio.TestTools.UnitTesting;
|
using Tiger.Business.WMS;
|
using System;
|
using System.Collections.Generic;
|
using System.Linq;
|
using System.Text;
|
using System.Threading.Tasks;
|
|
namespace Tiger.Business.WMS.Tests
|
{
|
[TestClass()]
|
public class CommonTests
|
{
|
[TestMethod()]
|
public void AnalyseTest()
|
{
|
var b = new Barcode("4100-CA1010-T7#202405#1251#0002#10000");
|
var b1 = new Barcode("YDASN241000427/10/10090402.0024.00/ASN241000427/42");
|
;
|
}
|
}
|
}
|