コード例 #1
0
    public void AddBatchTest()
    {
        var AddBatch = new Batch(driver);

        AddBatch.AddNewBatch("Test1");
    }