The AWS SDK for Java - SDK Core runtime module holds the classes that are used by the individual service clients to interact with Amazon Web Services. Users need to depend on aws-java-sdk artifact for accessing individual client classes.
JUnitのAssertの話でものすごく勘違いしていたこと。 assertEquals(String, Object, Object)とassertSame(String, Object, Object)の 挙動についてものすごく勘違いしていた。 以下はJUnitのAssertクラスのソースの抜粋。 //#!java static public void assertEquals(String message, Object expected, Object actual) { if (expected == null && actual == null) return; if (expected != null && expected.equals(actual)) return; failNotEquals(message, expected, actual); } //#!java
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く