# -*- mode: snippet -*-
|
|
# name: assetNotIn
|
|
# key: an
|
|
# group: testing
|
|
# --
|
|
self.assertNotIn(${1:member}, ${2:container})
|