2016-07-15から1日間の記事一覧

Test で こんにちは世界

@isTest public without sharing class MySimpleTest { static testMethod void testMain001() { System.assert(false, 'テストエラーとして見える、Apex による、こんにちは世界!'); } }