public Po2binary_common()
 {
     BP_Common  = new Binary2po_common();
     BP_TalkDat = new Binary2Po();
     PB_TalkDat = new po2Binary();
 }
Exemple #2
0
        public void NullBinaryThrowException()
        {
            Binary2Po converter = new Binary2Po();

            Assert.Throws <ArgumentNullException>(() => converter.Convert((BinaryFormat)null));
        }