Sha256: b89db3c26240b96034ce44293b4ca93c4b57a01f8d5bc310cf2e55ec421025ff

Contents?: true

Size: 443 Bytes

Versions: 43

Compression:

Stored size: 443 Bytes

Contents

#!/usr/bin/env ruby

$:.unshift(File.join(File.dirname(__FILE__), '..', '..', '..'))

require 'rex/encoding/xor/byte'
require 'rex/encoding/xor/generic.rb.ut'

#
# I suck because I want to inherit a test case, but this will
# also cause it to run the test case I'm inheriting, so this runs both the
# Byte and Generic tests, oh well for now...
#

module Rex::Encoding::Xor
class Byte::UnitTest < Generic::UnitTest

	def enc
		Byte
	end
end
end

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
librex-0.0.65 lib/rex/encoding/xor/byte.rb.ut.rb
librex-0.0.63 lib/rex/encoding/xor/byte.rb.ut.rb
librex-0.0.54 lib/rex/encoding/xor/byte.rb.ut.rb
librex-0.0.53 lib/rex/encoding/xor/byte.rb.ut.rb
librex-0.0.52 lib/rex/encoding/xor/byte.rb.ut.rb
librex-0.0.51 lib/rex/encoding/xor/byte.rb.ut.rb
librex-0.0.50 lib/rex/encoding/xor/byte.rb.ut.rb
librex-0.0.49 lib/rex/encoding/xor/byte.rb.ut.rb
librex-0.0.48 lib/rex/encoding/xor/byte.rb.ut.rb
librex-0.0.47 lib/rex/encoding/xor/byte.rb.ut.rb
librex-0.0.46 lib/rex/encoding/xor/byte.rb.ut.rb
librex-0.0.44 lib/rex/encoding/xor/byte.rb.ut.rb
librex-0.0.43 lib/rex/encoding/xor/byte.rb.ut.rb
librex-0.0.42 lib/rex/encoding/xor/byte.rb.ut.rb
librex-0.0.41 lib/rex/encoding/xor/byte.rb.ut.rb
librex-0.0.40 lib/rex/encoding/xor/byte.rb.ut.rb
librex-0.0.39 lib/rex/encoding/xor/byte.rb.ut.rb
librex-0.0.38 lib/rex/encoding/xor/byte.rb.ut.rb
librex-0.0.37 lib/rex/encoding/xor/byte.rb.ut.rb
librex-0.0.36 lib/rex/encoding/xor/byte.rb.ut.rb